#964701

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

Shades of Saddle Brown #964701

Tints of Saddle Brown #964701

Color information

#964701 (or 0x964701) is unknown color: approx Saddle Brown. HEX triplet: 96, 47 and 01. RGB value is (150,71,1). Sum of RGB (Red+Green+Blue) = 150+71+1=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #964701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964701 is #69B8FE. Grayscale: #575757. Windows color (decimal): -6928639 or 83862. OLE color: 83862.

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

Color convert

RGB150711-
CMYK00.530.990.41
HSL28.19º98.68%29.61%-
HSV(B)28.19º99.33%58.82%-
XYZ14.8410.991.37-
YUV86.6479.67173.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.57%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=67.57%
G=31.98%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15071100.530.990.4128.1998.6829.61
Hex9647103563291c631e
Octal2261071065143513414336
Binary10010110100011110110101110001110100111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964701; }

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

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

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

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

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

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

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

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