Html Css Color HEX #9C2F0C Burnt Umber

📋 copy color: '#9C2F0C'

red 156 ◦ green 47 ◦ blue 12

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

Shades of Burnt Umber #9C2F0C

Tints of Burnt Umber #9C2F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 72.56%
G = 21.86%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C2F0C (or 0x9C2F0C) is known color: Burnt Umber. HEX triplet: 9C, 2F and 0C. RGB value is (156,47,12). Sum of RGB (Red+Green+Blue) = 156+47+12=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2F0C is #63D0F3. Grayscale: #4B4B4B. Windows color (decimal): -6541556 or 798620. OLE color: 798620.

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

Color convert

RGB 156 47 12 -
CMYK 0 0.70 0.92 0.39
HSL 14.58º 0.86% 0.33% -
HSV(B) 14.58º 0.92% 0.61% -
XYZ 14.79 9.13 1.33 -
YUV 75.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 156 47 12 0 0.70 0.92 0.39 14.58 0.86 0.33
Hex 9C 2F C 0 46 5C 27 F 56 21
Octal 234 57 14 0 106 134 47 17 126 41
Binary 10011100 101111 1100 0 1000110 1011100 100111 1111 1010110 100001

Color Harmonies of #9C2F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2F0C

Black with #9C2F0C

Text Example


Text Example

White with #9C2F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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