Html Css Color HEX #9F2917 Brown

📋 copy color: '#9F2917'

red 159 ◦ green 41 ◦ blue 23

#9F2917
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #9F2917

Tints of Brown #9F2917

RGB

 RED value IS 159 (62.5% from 255) = 71.3%

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 23 (9.38% from 255) = 10.31%

R = 71.3%
G = 18.39%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F2917 (or 0x9F2917) is known color: Brown. HEX triplet: 9F, 29 and 17. RGB value is (159,41,23). Sum of RGB (Red+Green+Blue) = 159+41+23=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2917 is #60D6E8. Grayscale: #4A4A4A. Windows color (decimal): -6346473 or 1517983. OLE color: 1517983.

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

Color convert

RGB 159 41 23 -
CMYK 0 0.74 0.86 0.38
HSL 7.94º 0.75% 0.36% -
HSV(B) 7.94º 0.86% 0.62% -
XYZ 15.25 9.02 1.75 -
YUV 74.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 159 41 23 0 0.74 0.86 0.38 7.94 0.75 0.36
Hex 9F 29 17 0 4A 56 26 8 4B 24
Octal 237 51 27 0 112 126 46 10 113 44
Binary 10011111 101001 10111 0 1001010 1010110 100110 1000 1001011 100100

Color Harmonies of #9F2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2917

Black with #9F2917

Text Example


Text Example

White with #9F2917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2917;
 }
 .AnyTagClassName
 {
   color: #9F2917;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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