Html Css Color HEX #9C2E16 Burnt Umber

📋 copy color: '#9C2E16'

red 156 ◦ green 46 ◦ blue 22

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

Shades of Burnt Umber #9C2E16

Tints of Burnt Umber #9C2E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

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

R = 69.64%
G = 20.54%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C2E16 (or 0x9C2E16) is known color: Burnt Umber. HEX triplet: 9C, 2E and 16. RGB value is (156,46,22). Sum of RGB (Red+Green+Blue) = 156+46+22=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2E16 is #63D1E9. Grayscale: #4C4C4C. Windows color (decimal): -6541802 or 1453724. OLE color: 1453724.

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

Color convert

RGB 156 46 22 -
CMYK 0 0.71 0.86 0.39
HSL 10.75º 0.75% 0.35% -
HSV(B) 10.75º 0.86% 0.61% -
XYZ 14.83 9.08 1.73 -
YUV 76.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 156 46 22 0 0.71 0.86 0.39 10.75 0.75 0.35
Hex 9C 2E 16 0 47 56 27 B 4B 23
Octal 234 56 26 0 107 126 47 13 113 43
Binary 10011100 101110 10110 0 1000111 1010110 100111 1011 1001011 100011

Color Harmonies of #9C2E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2E16

Black with #9C2E16

Text Example


Text Example

White with #9C2E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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