#985312

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

Shades of Saddle Brown #985312

Tints of Saddle Brown #985312

Color information

#985312 (or 0x985312) is unknown color: approx Saddle Brown. HEX triplet: 98, 53 and 12. RGB value is (152,83,18). Sum of RGB (Red+Green+Blue) = 152+83+18=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #985312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985312 is #67ACED. Grayscale: #606060. Windows color (decimal): -6794478 or 1201048. OLE color: 1201048.

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

Color convert

RGB1528318-
CMYK00.450.880.40
HSL29.1º78.82%33.33%-
HSV(B)29.1º88.16%59.61%-
XYZ16.1512.912.21-
YUV96.2283.86167.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=60.08%
G=32.81%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152831800.450.880.4029.178.8233.33
Hex98531202D58281d4f21
Octal23012322055130503511741
Binary1001100010100111001001011011011000101000111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985312; }

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

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

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

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

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

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

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

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