Html Css Color HEX #9C2D11 Burnt Umber

📋 copy color: '#9C2D11'

red 156 ◦ green 45 ◦ blue 17

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

Shades of Burnt Umber #9C2D11

Tints of Burnt Umber #9C2D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.64%

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

R = 71.56%
G = 20.64%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9C2D11 (or 0x9C2D11) is known color: Burnt Umber. HEX triplet: 9C, 2D and 11. RGB value is (156,45,17). Sum of RGB (Red+Green+Blue) = 156+45+17=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2D11 is #63D2EE. Grayscale: #4B4B4B. Windows color (decimal): -6542063 or 1125788. OLE color: 1125788.

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

Color convert

RGB 156 45 17 -
CMYK 0 0.71 0.89 0.39
HSL 12.09º 0.8% 0.34% -
HSV(B) 12.09º 0.89% 0.61% -
XYZ 14.75 8.99 1.49 -
YUV 75 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 156 45 17 0 0.71 0.89 0.39 12.09 0.8 0.34
Hex 9C 2D 11 0 47 59 27 C 50 22
Octal 234 55 21 0 107 131 47 14 120 42
Binary 10011100 101101 10001 0 1000111 1011001 100111 1100 1010000 100010

Color Harmonies of #9C2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2D11

Black with #9C2D11

Text Example


Text Example

White with #9C2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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