Html Css Color HEX #9F3516 Burnt Umber

📋 copy color: '#9F3516'

red 159 ◦ green 53 ◦ blue 22

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

Shades of Burnt Umber #9F3516

Tints of Burnt Umber #9F3516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 67.95%
G = 22.65%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F3516 (or 0x9F3516) is known color: Burnt Umber. HEX triplet: 9F, 35 and 16. RGB value is (159,53,22). Sum of RGB (Red+Green+Blue) = 159+53+22=234 (30% of max value = 765). Red value is 159 (62.5% from 255 or 67.95% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3516 is #60CAE9. Grayscale: #515151. Windows color (decimal): -6343402 or 1455519. OLE color: 1455519.

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

Color convert

RGB 159 53 22 -
CMYK 0 0.67 0.86 0.38
HSL 13.58º 0.76% 0.35% -
HSV(B) 13.58º 0.86% 0.62% -
XYZ 15.72 9.98 1.86 -
YUV 81.16 94.62 183.52 -
System Red Green Blue C M Y K H S L
Decimal 159 53 22 0 0.67 0.86 0.38 13.58 0.76 0.35
Hex 9F 35 16 0 43 56 26 E 4C 23
Octal 237 65 26 0 103 126 46 16 114 43
Binary 10011111 110101 10110 0 1000011 1010110 100110 1110 1001100 100011

Color Harmonies of #9F3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3516

Black with #9F3516

Text Example


Text Example

White with #9F3516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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