#963425

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

Shades of Burnt Umber #963425

Tints of Burnt Umber #963425

Color information

#963425 (or 0x963425) is unknown color: approx Burnt Umber. HEX triplet: 96, 34 and 25. RGB value is (150,52,37). Sum of RGB (Red+Green+Blue) = 150+52+37=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963425 is #69CBDA. Grayscale: #4F4F4F. Windows color (decimal): -6933467 or 2438294. OLE color: 2438294.

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

Color convert

RGB1505237-
CMYK00.650.750.41
HSL7.96º60.43%36.67%-
HSV(B)7.96º75.33%58.82%-
XYZ14.149.072.76-
YUV79.59103.97178.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=62.76%
G=21.76%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150523700.650.750.417.9660.4336.67
Hex9634250414B2983c25
Octal2266445010111351107445
Binary100101101101001001010100000110010111010011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963425; }

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

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

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

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

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

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

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

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