#963413

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

Shades of Burnt Umber #963413

Tints of Burnt Umber #963413

Color information

#963413 (or 0x963413) is unknown color: approx Burnt Umber. HEX triplet: 96, 34 and 13. RGB value is (150,52,19). Sum of RGB (Red+Green+Blue) = 150+52+19=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963413 is #69CBEC. Grayscale: #4D4D4D. Windows color (decimal): -6933485 or 1258646. OLE color: 1258646.

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

Color convert

RGB1505219-
CMYK00.650.870.41
HSL15.11º77.51%33.14%-
HSV(B)15.11º87.33%58.82%-
XYZ13.928.991.62-
YUV77.5494.97179.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 52 (20.70% from 255) = 23.53%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=67.87%
G=23.53%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150521900.650.870.4115.1177.5133.14
Hex9634130415729f4e21
Octal22664230101127511711641
Binary100101101101001001101000001101011110100111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963413; }

 p { color: rgb(150,52,19); }

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

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

 a { background-color: rgb(150,52,19); }

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

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

 span { border-color: rgb(150,52,19); }

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