Html Css Color HEX #9C2B0D Burnt Umber

📋 copy color: '#9C2B0D'

red 156 ◦ green 43 ◦ blue 13

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

Shades of Burnt Umber #9C2B0D

Tints of Burnt Umber #9C2B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 73.58%
G = 20.28%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C2B0D (or 0x9C2B0D) is known color: Burnt Umber. HEX triplet: 9C, 2B and 0D. RGB value is (156,43,13). Sum of RGB (Red+Green+Blue) = 156+43+13=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2B0D is #63D4F2. Grayscale: #494949. Windows color (decimal): -6542579 or 863132. OLE color: 863132.

HSL color Cylindrical-coordinate representation of color #9C2B0D: hue angle of 12.59º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C2B0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 43 13 -
CMYK 0 0.72 0.92 0.39
HSL 12.59º 0.85% 0.33% -
HSV(B) 12.59º 0.92% 0.61% -
XYZ 14.65 8.82 1.31 -
YUV 73.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 156 43 13 0 0.72 0.92 0.39 12.59 0.85 0.33
Hex 9C 2B D 0 48 5C 27 D 55 21
Octal 234 53 15 0 110 134 47 15 125 41
Binary 10011100 101011 1101 0 1001000 1011100 100111 1101 1010101 100001

Color Harmonies of #9C2B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B0D

Black with #9C2B0D

Text Example


Text Example

White with #9C2B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,43,13); }

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

background-color css

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

 a { background-color: rgb(156,43,13); }

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

border-color css

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

 span { border-color: rgb(156,43,13); }

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