#964908

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

Shades of Saddle Brown #964908

Tints of Saddle Brown #964908

Color information

#964908 (or 0x964908) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 08. RGB value is (150,73,8). Sum of RGB (Red+Green+Blue) = 150+73+8=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #964908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964908 is #69B6F7. Grayscale: #585858. Windows color (decimal): -6928120 or 543126. OLE color: 543126.

HSL color Cylindrical-coordinate representation of color #964908: hue angle of 27.46º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #964908 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150738-
CMYK00.510.950.41
HSL27.46º89.87%30.98%-
HSV(B)27.46º94.67%58.82%-
XYZ1511.271.61-
YUV88.6182.51171.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=64.94%
G=31.60%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15073800.510.950.4127.4689.8730.98
Hex964980335F291b5a1f
Octal22611110063137513313237
Binary10010110100100110000110011101111110100111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964908; }

 p { color: rgb(150,73,8); }

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

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

 a { background-color: rgb(150,73,8); }

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

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

 span { border-color: rgb(150,73,8); }

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