Html Css Color HEX #9F2417 Brown

📋 copy color: '#9F2417'

red 159 ◦ green 36 ◦ blue 23

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

Shades of Brown #9F2417

Tints of Brown #9F2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 72.94%
G = 16.51%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F2417 (or 0x9F2417) is known color: Brown. HEX triplet: 9F, 24 and 17. RGB value is (159,36,23). Sum of RGB (Red+Green+Blue) = 159+36+23=218 (28% of max value = 765). Red value is 159 (62.5% from 255 or 72.94% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2417 is #60DBE8. Grayscale: #474747. Windows color (decimal): -6347753 or 1516703. OLE color: 1516703.

HSL color Cylindrical-coordinate representation of color #9F2417: hue angle of 5.74º 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 #9F2417 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 36 23 -
CMYK 0 0.77 0.86 0.38
HSL 5.74º 0.75% 0.36% -
HSV(B) 5.74º 0.86% 0.62% -
XYZ 15.08 8.69 1.69 -
YUV 71.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 159 36 23 0 0.77 0.86 0.38 5.74 0.75 0.36
Hex 9F 24 17 0 4D 56 26 6 4B 24
Octal 237 44 27 0 115 126 46 6 113 44
Binary 10011111 100100 10111 0 1001101 1010110 100110 110 1001011 100100

Color Harmonies of #9F2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2417

Black with #9F2417

Text Example


Text Example

White with #9F2417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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