Html Css Color HEX #9C3512 Burnt Umber

📋 copy color: '#9C3512'

red 156 ◦ green 53 ◦ blue 18

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

Shades of Burnt Umber #9C3512

Tints of Burnt Umber #9C3512

RGB

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

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

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

R = 68.72%
G = 23.35%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C3512 (or 0x9C3512) is known color: Burnt Umber. HEX triplet: 9C, 35 and 12. RGB value is (156,53,18). Sum of RGB (Red+Green+Blue) = 156+53+18=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3512 is #63CAED. Grayscale: #505050. Windows color (decimal): -6540014 or 1193372. OLE color: 1193372.

HSL color Cylindrical-coordinate representation of color #9C3512: hue angle of 15.22º 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 #9C3512 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 18 -
CMYK 0 0.66 0.88 0.39
HSL 15.22º 0.79% 0.34% -
HSV(B) 15.22º 0.88% 0.61% -
XYZ 15.09 9.66 1.64 -
YUV 79.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 156 53 18 0 0.66 0.88 0.39 15.22 0.79 0.34
Hex 9C 35 12 0 42 58 27 F 4F 22
Octal 234 65 22 0 102 130 47 17 117 42
Binary 10011100 110101 10010 0 1000010 1011000 100111 1111 1001111 100010

Color Harmonies of #9C3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3512

Black with #9C3512

Text Example


Text Example

White with #9C3512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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