#964501

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

Shades of Saddle Brown #964501

Tints of Saddle Brown #964501

Color information

#964501 (or 0x964501) is unknown color: approx Saddle Brown. HEX triplet: 96, 45 and 01. RGB value is (150,69,1). Sum of RGB (Red+Green+Blue) = 150+69+1=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #964501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964501 is #69BAFE. Grayscale: #555555. Windows color (decimal): -6929151 or 83350. OLE color: 83350.

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

Color convert

RGB150691-
CMYK00.540.990.41
HSL27.38º98.68%29.61%-
HSV(B)27.38º99.33%58.82%-
XYZ14.7110.741.33-
YUV85.4780.34174.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=68.18%
G=31.36%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15069100.540.990.4127.3898.6829.61
Hex9645103663291b631e
Octal2261051066143513314336
Binary10010110100010110110110110001110100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964501; }

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

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

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

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

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

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

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

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