Html Css Color HEX #9C3312 Burnt Umber

📋 copy color: '#9C3312'

red 156 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #9C3312

Tints of Burnt Umber #9C3312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 69.33%
G = 22.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C3312 (or 0x9C3312) is known color: Burnt Umber. HEX triplet: 9C, 33 and 12. RGB value is (156,51,18). Sum of RGB (Red+Green+Blue) = 156+51+18=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3312 is #63CCED. Grayscale: #4E4E4E. Windows color (decimal): -6540526 or 1192860. OLE color: 1192860.

HSL color Cylindrical-coordinate representation of color #9C3312: hue angle of 14.35º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C3312 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 51 18 -
CMYK 0 0.67 0.88 0.39
HSL 14.35º 0.79% 0.34% -
HSV(B) 14.35º 0.88% 0.61% -
XYZ 15 9.48 1.61 -
YUV 78.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 156 51 18 0 0.67 0.88 0.39 14.35 0.79 0.34
Hex 9C 33 12 0 43 58 27 E 4F 22
Octal 234 63 22 0 103 130 47 16 117 42
Binary 10011100 110011 10010 0 1000011 1011000 100111 1110 1001111 100010

Color Harmonies of #9C3312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3312

Black with #9C3312

Text Example


Text Example

White with #9C3312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,18); }

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

background-color css

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

 a { background-color: rgb(156,51,18); }

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

border-color css

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

 span { border-color: rgb(156,51,18); }

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