#962C1A

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

Shades of Burnt Umber #962C1A

Tints of Burnt Umber #962C1A

Color information

#962C1A (or 0x962C1A) is unknown color: approx Burnt Umber. HEX triplet: 96, 2C and 1A. RGB value is (150,44,26). Sum of RGB (Red+Green+Blue) = 150+44+26=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #962C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C1A is #69D3E5. Grayscale: #494949. Windows color (decimal): -6935526 or 1715350. OLE color: 1715350.

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

Color convert

RGB1504426-
CMYK00.710.830.41
HSL8.71º70.45%34.51%-
HSV(B)8.71º82.67%58.82%-
XYZ13.668.361.87-
YUV73.64101.12182.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=68.18%
G=20%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150442600.710.830.418.7170.4534.51
Hex962C1A047532994623
Octal22654320107123511110643
Binary100101101011001101001000111101001110100110011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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