#965002

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

Shades of Saddle Brown #965002

Tints of Saddle Brown #965002

Color information

#965002 (or 0x965002) is unknown color: approx Saddle Brown. HEX triplet: 96, 50 and 02. RGB value is (150,80,2). Sum of RGB (Red+Green+Blue) = 150+80+2=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #965002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965002 is #69AFFD. Grayscale: #5C5C5C. Windows color (decimal): -6926334 or 151702. OLE color: 151702.

HSL color Cylindrical-coordinate representation of color #965002: hue angle of 31.62º degrees, saturation: 0.97, 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 #965002 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150802-
CMYK00.470.990.41
HSL31.62º97.37%29.8%-
HSV(B)31.62º98.67%58.82%-
XYZ15.4612.231.6-
YUV92.0477.19169.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.66%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=64.66%
G=34.48%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15080200.470.990.4131.6297.3729.8
Hex9650202F632920611e
Octal2261202057143514014136
Binary1001011010100001001011111100011101001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965002; }

 p { color: rgb(150,80,2); }

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

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

 a { background-color: rgb(150,80,2); }

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

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

 span { border-color: rgb(150,80,2); }

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