#9F2928

Color #9F2928 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #9F2928

Tints of Brown #9F2928

Color information

#9F2928 (or 0x9F2928) is unknown color: approx Brown. HEX triplet: 9F, 29 and 28. RGB value is (159,41,40). Sum of RGB (Red+Green+Blue) = 159+41+40=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2928 is #60D6D7. Grayscale: #4C4C4C. Windows color (decimal): -6346456 or 2632095. OLE color: 2632095.

HSL color Cylindrical-coordinate representation of color #9F2928: hue angle of 0.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2928 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1594140-
CMYK00.740.750.38
HSL0.5º59.8%39.02%-
HSV(B)0.5º74.84%62.35%-
XYZ15.479.112.95-
YUV76.17107.59187.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 66.25%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=66.25%
G=17.08%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159414000.740.750.380.559.839.02
Hex9F292804A4B2613c27
Octal237515001121134617447
Binary100111111010011010000100101010010111001101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F2928; }

 p { color: rgb(159,41,40); }

 H1.HeaderClassName
 {
   color: #9F2928;
 }
 .AnyTagClassName
 {
   color: #9F2928;
 }
</style>
background-color css

<style>
 a { background-color: #9F2928; }

 a { background-color: rgb(159,41,40); }

 div.DivClassName
 {
   background-color: #9F2928;
 }
 .BgClassName
 {
   background-color: #9F2928;
 }
</style>
border-color css

<style>
 span { border-color: #9F2928; }

 span { border-color: rgb(159,41,40); }

 td.TdClassName
 {
   border-color: #9F2928;
 }
 .TagClassName
 {
   border-color: #9F2928;
 }
</style>