#985015

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

Shades of Saddle Brown #985015

Tints of Saddle Brown #985015

Color information

#985015 (or 0x985015) is unknown color: approx Saddle Brown. HEX triplet: 98, 50 and 15. RGB value is (152,80,21). Sum of RGB (Red+Green+Blue) = 152+80+21=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #985015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985015 is #67AFEA. Grayscale: #5F5F5F. Windows color (decimal): -6795243 or 1396888. OLE color: 1396888.

HSL color Cylindrical-coordinate representation of color #985015: hue angle of 27.02º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #985015 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1528021-
CMYK00.470.860.40
HSL27.02º75.72%33.92%-
HSV(B)27.02º86.18%59.61%-
XYZ15.9512.472.28-
YUV94.886.35168.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=60.08%
G=31.62%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152802100.470.860.4027.0275.7233.92
Hex98501502F56281b4c22
Octal23012025057126503311442
Binary1001100010100001010101011111010110101000110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985015; }

 p { color: rgb(152,80,21); }

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

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

 a { background-color: rgb(152,80,21); }

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

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

 span { border-color: rgb(152,80,21); }

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