#963523

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

Shades of Burnt Umber #963523

Tints of Burnt Umber #963523

Color information

#963523 (or 0x963523) is unknown color: approx Burnt Umber. HEX triplet: 96, 35 and 23. RGB value is (150,53,35). Sum of RGB (Red+Green+Blue) = 150+53+35=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #963523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963523 is #69CADC. Grayscale: #505050. Windows color (decimal): -6933213 or 2307478. OLE color: 2307478.

HSL color Cylindrical-coordinate representation of color #963523: hue angle of 9.39º degrees, saturation: 0.62, 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 #963523 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1505335-
CMYK00.650.770.41
HSL9.39º62.16%36.27%-
HSV(B)9.39º76.67%58.82%-
XYZ14.159.152.61-
YUV79.95102.64177.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.03%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 35 (14.06% from 255) = 14.71%
R=63.03%
G=22.27%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150533500.650.770.419.3962.1636.27
Hex9635230414D2993e24
Octal2266543010111551117644
Binary100101101101011000110100000110011011010011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963523; }

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

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

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

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

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

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

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

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