#962C05

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

Shades of Saddle Brown #962C05

Tints of Saddle Brown #962C05

Color information

#962C05 (or 0x962C05) is unknown color: approx Saddle Brown. HEX triplet: 96, 2C and 05. RGB value is (150,44,5). Sum of RGB (Red+Green+Blue) = 150+44+5=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #962C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C05 is #69D3FA. Grayscale: #474747. Windows color (decimal): -6935547 or 339094. OLE color: 339094.

HSL color Cylindrical-coordinate representation of color #962C05: hue angle of 16.14º 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 #962C05 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150445-
CMYK00.710.970.41
HSL16.14º93.55%30.39%-
HSV(B)16.14º96.67%58.82%-
XYZ13.518.31.03-
YUV71.2590.62184.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.38%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=75.38%
G=22.11%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15044500.710.970.4116.1493.5530.39
Hex962C50476129105e1e
Octal2265450107141512013636
Binary1001011010110010101000111110000110100110000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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