#962B1B

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

Shades of Burnt Umber #962B1B

Tints of Burnt Umber #962B1B

Color information

#962B1B (or 0x962B1B) is unknown color: approx Burnt Umber. HEX triplet: 96, 2B and 1B. RGB value is (150,43,27). Sum of RGB (Red+Green+Blue) = 150+43+27=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #962B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B1B is #69D4E4. Grayscale: #494949. Windows color (decimal): -6935781 or 1780630. OLE color: 1780630.

HSL color Cylindrical-coordinate representation of color #962B1B: hue angle of 7.8º 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 #962B1B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1504327-
CMYK00.710.820.41
HSL7.8º69.49%34.71%-
HSV(B)7.8º82%58.82%-
XYZ13.648.291.92-
YUV73.17101.95182.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 27 (10.94% from 255) = 12.27%
R=68.18%
G=19.55%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150432700.710.820.417.869.4934.71
Hex962B1B047522984523
Octal22653330107122511010543
Binary100101101010111101101000111101001010100110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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