#963520

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

Shades of Burnt Umber #963520

Tints of Burnt Umber #963520

Color information

#963520 (or 0x963520) is unknown color: approx Burnt Umber. HEX triplet: 96, 35 and 20. RGB value is (150,53,32). Sum of RGB (Red+Green+Blue) = 150+53+32=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963520 is #69CADF. Grayscale: #4F4F4F. Windows color (decimal): -6933216 or 2110870. OLE color: 2110870.

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

Color convert

RGB1505332-
CMYK00.650.790.41
HSL10.68º64.84%35.69%-
HSV(B)10.68º78.67%58.82%-
XYZ14.119.132.39-
YUV79.61101.14178.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=63.83%
G=22.55%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150533200.650.790.4110.6864.8435.69
Hex9635200414F29b4124
Octal22665400101117511310144
Binary1001011011010110000001000001100111110100110111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963520; }

 p { color: rgb(150,53,32); }

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

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

 a { background-color: rgb(150,53,32); }

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

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

 span { border-color: rgb(150,53,32); }

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