#963322

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

Shades of Burnt Umber #963322

Tints of Burnt Umber #963322

Color information

#963322 (or 0x963322) is unknown color: approx Burnt Umber. HEX triplet: 96, 33 and 22. RGB value is (150,51,34). Sum of RGB (Red+Green+Blue) = 150+51+34=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963322 is #69CCDD. Grayscale: #4E4E4E. Windows color (decimal): -6933726 or 2241430. OLE color: 2241430.

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

Color convert

RGB1505134-
CMYK00.660.770.41
HSL8.79º63.04%36.08%-
HSV(B)8.79º77.33%58.82%-
XYZ14.058.972.5-
YUV78.66102.8178.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 34 (13.67% from 255) = 14.47%
R=63.83%
G=21.70%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513400.660.770.418.7963.0436.08
Hex9633220424D2993f24
Octal2266342010211551117744
Binary100101101100111000100100001010011011010011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963322; }

 p { color: rgb(150,51,34); }

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

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

 a { background-color: rgb(150,51,34); }

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

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

 span { border-color: rgb(150,51,34); }

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