#962D05

Color #962D05 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #962D05

Tints of Saddle Brown #962D05

Color information

#962D05 (or 0x962D05) is unknown color: approx Saddle Brown. HEX triplet: 96, 2D and 05. RGB value is (150,45,5). Sum of RGB (Red+Green+Blue) = 150+45+5=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #962D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D05 is #69D2FA. Grayscale: #484848. Windows color (decimal): -6935291 or 339350. OLE color: 339350.

HSL color Cylindrical-coordinate representation of color #962D05: hue angle of 16.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #962D05 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150455-
CMYK00.700.970.41
HSL16.55º93.55%30.39%-
HSV(B)16.55º96.67%58.82%-
XYZ13.548.371.05-
YUV71.8390.29183.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 5 (2.34% from 255) = 2.5%
R=75%
G=22.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15045500.700.970.4116.5593.5530.39
Hex962D50466129115e1e
Octal2265550106141512113636
Binary1001011010110110101000110110000110100110001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962D05; }

 p { color: rgb(150,45,5); }

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

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

 a { background-color: rgb(150,45,5); }

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

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

 span { border-color: rgb(150,45,5); }

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