Html Css Color HEX #9C2F0E Burnt Umber

📋 copy color: '#9C2F0E'

red 156 ◦ green 47 ◦ blue 14

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

Shades of Burnt Umber #9C2F0E

Tints of Burnt Umber #9C2F0E

RGB

 RED value IS 156 (61.33% from 255) = 71.89%

 GREEN value IS 47 (18.75% from 255) = 21.66%

 BLUE value IS 14 (5.86% from 255) = 6.45%

R = 71.89%
G = 21.66%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C2F0E (or 0x9C2F0E) is known color: Burnt Umber. HEX triplet: 9C, 2F and 0E. RGB value is (156,47,14). Sum of RGB (Red+Green+Blue) = 156+47+14=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F0E is #63D0F1. Grayscale: #4C4C4C. Windows color (decimal): -6541554 or 929692. OLE color: 929692.

HSL color Cylindrical-coordinate representation of color #9C2F0E: hue angle of 13.94º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C2F0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 47 14 -
CMYK 0 0.70 0.91 0.39
HSL 13.94º 0.84% 0.33% -
HSV(B) 13.94º 0.91% 0.61% -
XYZ 14.81 9.13 1.4 -
YUV 75.83 93.11 185.18 -
System Red Green Blue C M Y K H S L
Decimal 156 47 14 0 0.70 0.91 0.39 13.94 0.84 0.33
Hex 9C 2F E 0 46 5B 27 E 54 21
Octal 234 57 16 0 106 133 47 16 124 41
Binary 10011100 101111 1110 0 1000110 1011011 100111 1110 1010100 100001

Color Harmonies of #9C2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2F0E

Black with #9C2F0E

Text Example


Text Example

White with #9C2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,47,14); }

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

background-color css

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

 a { background-color: rgb(156,47,14); }

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

border-color css

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

 span { border-color: rgb(156,47,14); }

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