Html Css Color HEX #9F2716 Brown

📋 copy color: '#9F2716'

red 159 ◦ green 39 ◦ blue 22

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

Shades of Brown #9F2716

Tints of Brown #9F2716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10%

R = 72.27%
G = 17.73%
B = 10%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F2716 (or 0x9F2716) is known color: Brown. HEX triplet: 9F, 27 and 16. RGB value is (159,39,22). Sum of RGB (Red+Green+Blue) = 159+39+22=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2716 is #60D8E9. Grayscale: #494949. Windows color (decimal): -6346986 or 1451935. OLE color: 1451935.

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

Color convert

RGB 159 39 22 -
CMYK 0 0.75 0.86 0.38
HSL 7.45º 0.76% 0.35% -
HSV(B) 7.45º 0.86% 0.62% -
XYZ 15.17 8.88 1.67 -
YUV 72.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 159 39 22 0 0.75 0.86 0.38 7.45 0.76 0.35
Hex 9F 27 16 0 4B 56 26 7 4C 23
Octal 237 47 26 0 113 126 46 7 114 43
Binary 10011111 100111 10110 0 1001011 1010110 100110 111 1001100 100011

Color Harmonies of #9F2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2716

Black with #9F2716

Text Example


Text Example

White with #9F2716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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