#962E1B

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

Shades of Burnt Umber #962E1B

Tints of Burnt Umber #962E1B

Color information

#962E1B (or 0x962E1B) is unknown color: approx Burnt Umber. HEX triplet: 96, 2E and 1B. RGB value is (150,46,27). Sum of RGB (Red+Green+Blue) = 150+46+27=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #962E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E1B is #69D1E4. Grayscale: #4B4B4B. Windows color (decimal): -6935013 or 1781398. OLE color: 1781398.

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

Color convert

RGB1504627-
CMYK00.690.820.41
HSL9.27º69.49%34.71%-
HSV(B)9.27º82%58.82%-
XYZ13.758.521.96-
YUV74.93100.96181.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=67.26%
G=20.63%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150462700.690.820.419.2769.4934.71
Hex962E1B045522994523
Octal22656330105122511110543
Binary100101101011101101101000101101001010100110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,46,27); }

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

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

 a { background-color: rgb(150,46,27); }

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

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

 span { border-color: rgb(150,46,27); }

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