#9C290F

Color #9C290F Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #9C290F

Tints of Burnt Umber #9C290F

Color information

#9C290F (or 0x9C290F) is unknown color: approx Burnt Umber. HEX triplet: 9C, 29 and 0F. RGB value is (156,41,15). Sum of RGB (Red+Green+Blue) = 156+41+15=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C290F is #63D6F0. Grayscale: #484848. Windows color (decimal): -6543089 or 993692. OLE color: 993692.

HSL color Cylindrical-coordinate representation of color #9C290F: hue angle of 11.06º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C290F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1564115-
CMYK00.740.900.39
HSL11.06º82.46%33.53%-
HSV(B)11.06º90.38%61.18%-
XYZ14.598.691.36-
YUV72.4295.6187.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.58%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=73.58%
G=19.34%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156411500.740.900.3911.0682.4633.53
Hex9C29F04A5A27b5222
Octal23451170112132471312242
Binary10011100101001111101001010101101010011110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C290F;
 }
 .AnyTagClassName
 {
   color: #9C290F;
 }
</style>
background-color css

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

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

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

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

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

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