#963224

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

Shades of Burnt Umber #963224

Tints of Burnt Umber #963224

Color information

#963224 (or 0x963224) is unknown color: approx Burnt Umber. HEX triplet: 96, 32 and 24. RGB value is (150,50,36). Sum of RGB (Red+Green+Blue) = 150+50+36=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #963224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963224 is #69CDDB. Grayscale: #4E4E4E. Windows color (decimal): -6933980 or 2372246. OLE color: 2372246.

HSL color Cylindrical-coordinate representation of color #963224: hue angle of 7.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963224 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB1505036-
CMYK00.670.760.41
HSL7.37º61.29%36.47%-
HSV(B)7.37º76%58.82%-
XYZ14.048.892.65-
YUV78.3104.13179.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.56%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 36 (14.45% from 255) = 15.25%
R=63.56%
G=21.19%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150503600.670.760.417.3761.2936.47
Hex9632240434C2973d24
Octal226624401031145177544
Binary10010110110010100100010000111001100101001111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963224; }

 p { color: rgb(150,50,36); }

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

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

 a { background-color: rgb(150,50,36); }

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

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

 span { border-color: rgb(150,50,36); }

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