Html Css Color HEX #9C3211 Burnt Umber

📋 copy color: '#9C3211'

red 156 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #9C3211

Tints of Burnt Umber #9C3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 69.96%
G = 22.42%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C3211 (or 0x9C3211) is known color: Burnt Umber. HEX triplet: 9C, 32 and 11. RGB value is (156,50,17). Sum of RGB (Red+Green+Blue) = 156+50+17=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3211 is #63CDEE. Grayscale: #4E4E4E. Windows color (decimal): -6540783 or 1127068. OLE color: 1127068.

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

Color convert

RGB 156 50 17 -
CMYK 0 0.68 0.89 0.39
HSL 14.24º 0.8% 0.34% -
HSV(B) 14.24º 0.89% 0.61% -
XYZ 14.95 9.39 1.55 -
YUV 77.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 156 50 17 0 0.68 0.89 0.39 14.24 0.8 0.34
Hex 9C 32 11 0 44 59 27 E 50 22
Octal 234 62 21 0 104 131 47 16 120 42
Binary 10011100 110010 10001 0 1000100 1011001 100111 1110 1010000 100010

Color Harmonies of #9C3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3211

Black with #9C3211

Text Example


Text Example

White with #9C3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,50,17); }

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

background-color css

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

 a { background-color: rgb(156,50,17); }

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

border-color css

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

 span { border-color: rgb(156,50,17); }

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