#995312

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

Shades of Saddle Brown #995312

Tints of Saddle Brown #995312

Color information

#995312 (or 0x995312) is unknown color: approx Saddle Brown. HEX triplet: 99, 53 and 12. RGB value is (153,83,18). Sum of RGB (Red+Green+Blue) = 153+83+18=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #995312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995312 is #66ACED. Grayscale: #606060. Windows color (decimal): -6728942 or 1201049. OLE color: 1201049.

HSL color Cylindrical-coordinate representation of color #995312: hue angle of 28.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995312 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1538318-
CMYK00.460.880.4
HSL28.89º78.95%33.53%-
HSV(B)28.89º88.24%60%-
XYZ16.34132.22-
YUV96.5283.69168.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=60.24%
G=32.68%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153831800.460.880.428.8978.9533.53
Hex99531202E58281d4f22
Octal23112322056130503511742
Binary1001100110100111001001011101011000101000111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995312; }

 p { color: rgb(153,83,18); }

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

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

 a { background-color: rgb(153,83,18); }

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

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

 span { border-color: rgb(153,83,18); }

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