#962D01

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

Shades of Saddle Brown #962D01

Tints of Saddle Brown #962D01

Color information

#962D01 (or 0x962D01) is unknown color: approx Saddle Brown. HEX triplet: 96, 2D and 01. RGB value is (150,45,1). Sum of RGB (Red+Green+Blue) = 150+45+1=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #962D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D01 is #69D2FE. Grayscale: #474747. Windows color (decimal): -6935295 or 77206. OLE color: 77206.

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

Color convert

RGB150451-
CMYK00.700.990.41
HSL17.72º98.68%29.61%-
HSV(B)17.72º99.33%58.82%-
XYZ13.528.360.93-
YUV71.3888.29184.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.53%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=76.53%
G=22.96%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15045100.700.990.4117.7298.6829.61
Hex962D1046632912631e
Octal2265510106143512214336
Binary10010110101101101000110110001110100110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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