#962C0A

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

Shades of Burnt Umber #962C0A

Tints of Burnt Umber #962C0A

Color information

#962C0A (or 0x962C0A) is unknown color: approx Burnt Umber. HEX triplet: 96, 2C and 0A. RGB value is (150,44,10). Sum of RGB (Red+Green+Blue) = 150+44+10=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #962C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C0A is #69D3F5. Grayscale: #484848. Windows color (decimal): -6935542 or 666774. OLE color: 666774.

HSL color Cylindrical-coordinate representation of color #962C0A: hue angle of 14.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #962C0A is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1504410-
CMYK00.710.930.41
HSL14.57º87.5%31.37%-
HSV(B)14.57º93.33%58.82%-
XYZ13.538.311.18-
YUV71.8293.12183.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.53%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=73.53%
G=21.57%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150441000.710.930.4114.5787.531.37
Hex962CA0475D29f581f
Octal22654120107135511713037
Binary1001011010110010100100011110111011010011111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962C0A; }

 p { color: rgb(150,44,10); }

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

<style>
 a { background-color: #962C0A; }

 a { background-color: rgb(150,44,10); }

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

<style>
 span { border-color: #962C0A; }

 span { border-color: rgb(150,44,10); }

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