#962D0D

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

Shades of Burnt Umber #962D0D

Tints of Burnt Umber #962D0D

Color information

#962D0D (or 0x962D0D) is unknown color: approx Burnt Umber. HEX triplet: 96, 2D and 0D. RGB value is (150,45,13). Sum of RGB (Red+Green+Blue) = 150+45+13=208 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.12% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 150 - color contains mainly: red. Hex color #962D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D0D is #69D2F2. Grayscale: #484848. Windows color (decimal): -6935283 or 863638. OLE color: 863638.

HSL color Cylindrical-coordinate representation of color #962D0D: hue angle of 14.01º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #962D0D is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1504513-
CMYK00.700.910.41
HSL14.01º84.05%31.96%-
HSV(B)14.01º91.33%58.82%-
XYZ13.598.391.28-
YUV72.7594.29183.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.12%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=72.12%
G=21.63%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150451300.700.910.4114.0184.0531.96
Hex962DD0465B29e5420
Octal22655150106133511612440
Binary10010110101101110101000110101101110100111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,45,13); }

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

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

 a { background-color: rgb(150,45,13); }

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

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

 span { border-color: rgb(150,45,13); }

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