Html Css Color HEX #9C290B Burnt Umber

📋 copy color: '#9C290B'

red 156 ◦ green 41 ◦ blue 11

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

Shades of Burnt Umber #9C290B

Tints of Burnt Umber #9C290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 75%
G = 19.71%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C290B (or 0x9C290B) is known color: Burnt Umber. HEX triplet: 9C, 29 and 0B. RGB value is (156,41,11). Sum of RGB (Red+Green+Blue) = 156+41+11=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C290B is #63D6F4. Grayscale: #484848. Windows color (decimal): -6543093 or 731548. OLE color: 731548.

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

Color convert

RGB 156 41 11 -
CMYK 0 0.74 0.93 0.39
HSL 12.41º 0.87% 0.33% -
HSV(B) 12.41º 0.93% 0.61% -
XYZ 14.56 8.68 1.22 -
YUV 71.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 156 41 11 0 0.74 0.93 0.39 12.41 0.87 0.33
Hex 9C 29 B 0 4A 5D 27 C 57 21
Octal 234 51 13 0 112 135 47 14 127 41
Binary 10011100 101001 1011 0 1001010 1011101 100111 1100 1010111 100001

Color Harmonies of #9C290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C290B

Black with #9C290B

Text Example


Text Example

White with #9C290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,41,11); }

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

background-color css

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

 a { background-color: rgb(156,41,11); }

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

border-color css

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

 span { border-color: rgb(156,41,11); }

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