#9C3415

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

Shades of Burnt Umber #9C3415

Tints of Burnt Umber #9C3415

Color information

#9C3415 (or 0x9C3415) is unknown color: approx Burnt Umber. HEX triplet: 9C, 34 and 15. RGB value is (156,52,21). Sum of RGB (Red+Green+Blue) = 156+52+21=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3415 is #63CBEA. Grayscale: #4F4F4F. Windows color (decimal): -6540267 or 1389724. OLE color: 1389724.

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

Color convert

RGB1565221-
CMYK00.670.870.39
HSL13.78º76.27%34.71%-
HSV(B)13.78º86.54%61.18%-
XYZ15.079.581.76-
YUV79.5694.96182.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.12%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=68.12%
G=22.71%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156522100.670.870.3913.7876.2734.71
Hex9C34150435727e4c23
Octal23464250103127471611443
Binary100111001101001010101000011101011110011111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,21); }

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

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

 a { background-color: rgb(156,52,21); }

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

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

 span { border-color: rgb(156,52,21); }

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