Html Css Color HEX #9C3216 Burnt Umber

📋 copy color: '#9C3216'

red 156 ◦ green 50 ◦ blue 22

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

Shades of Burnt Umber #9C3216

Tints of Burnt Umber #9C3216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 68.42%
G = 21.93%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C3216 (or 0x9C3216) is known color: Burnt Umber. HEX triplet: 9C, 32 and 16. RGB value is (156,50,22). Sum of RGB (Red+Green+Blue) = 156+50+22=228 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.42% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3216 is #63CDE9. Grayscale: #4E4E4E. Windows color (decimal): -6540778 or 1454748. OLE color: 1454748.

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

Color convert

RGB 156 50 22 -
CMYK 0 0.68 0.86 0.39
HSL 12.54º 0.75% 0.35% -
HSV(B) 12.54º 0.86% 0.61% -
XYZ 15 9.41 1.78 -
YUV 78.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 156 50 22 0 0.68 0.86 0.39 12.54 0.75 0.35
Hex 9C 32 16 0 44 56 27 D 4B 23
Octal 234 62 26 0 104 126 47 15 113 43
Binary 10011100 110010 10110 0 1000100 1010110 100111 1101 1001011 100011

Color Harmonies of #9C3216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3216

Black with #9C3216

Text Example


Text Example

White with #9C3216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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