Html Css Color HEX #9F2718 Brown

📋 copy color: '#9F2718'

red 159 ◦ green 39 ◦ blue 24

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

Shades of Brown #9F2718

Tints of Brown #9F2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 71.62%
G = 17.57%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F2718 (or 0x9F2718) is known color: Brown. HEX triplet: 9F, 27 and 18. RGB value is (159,39,24). Sum of RGB (Red+Green+Blue) = 159+39+24=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2718 is #60D8E7. Grayscale: #494949. Windows color (decimal): -6346984 or 1583007. OLE color: 1583007.

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

Color convert

RGB 159 39 24 -
CMYK 0 0.75 0.85 0.38
HSL 6.67º 0.74% 0.36% -
HSV(B) 6.67º 0.85% 0.62% -
XYZ 15.19 8.89 1.78 -
YUV 73.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 159 39 24 0 0.75 0.85 0.38 6.67 0.74 0.36
Hex 9F 27 18 0 4B 55 26 7 4A 24
Octal 237 47 30 0 113 125 46 7 112 44
Binary 10011111 100111 11000 0 1001011 1010101 100110 111 1001010 100100

Color Harmonies of #9F2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2718

Black with #9F2718

Text Example


Text Example

White with #9F2718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,39,24); }

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

background-color css

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

 a { background-color: rgb(159,39,24); }

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

border-color css

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

 span { border-color: rgb(159,39,24); }

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