#965308

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

Shades of Saddle Brown #965308

Tints of Saddle Brown #965308

Color information

#965308 (or 0x965308) is unknown color: approx Saddle Brown. HEX triplet: 96, 53 and 08. RGB value is (150,83,8). Sum of RGB (Red+Green+Blue) = 150+83+8=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #965308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965308 is #69ACF7. Grayscale: #5E5E5E. Windows color (decimal): -6925560 or 545686. OLE color: 545686.

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

Color convert

RGB150838-
CMYK00.450.950.41
HSL31.69º89.87%30.98%-
HSV(B)31.69º94.67%58.82%-
XYZ15.7112.691.85-
YUV94.4879.2167.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=62.24%
G=34.44%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15083800.450.950.4131.6989.8730.98
Hex9653802D5F29205a1f
Octal22612310055137514013237
Binary100101101010011100001011011011111101001100000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965308; }

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

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

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

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

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

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

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

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