#985102

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

Shades of Saddle Brown #985102

Tints of Saddle Brown #985102

Color information

#985102 (or 0x985102) is unknown color: approx Saddle Brown. HEX triplet: 98, 51 and 02. RGB value is (152,81,2). Sum of RGB (Red+Green+Blue) = 152+81+2=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #985102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985102 is #67AEFD. Grayscale: #5D5D5D. Windows color (decimal): -6795006 or 151960. OLE color: 151960.

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

Color convert

RGB152812-
CMYK00.470.990.40
HSL31.6º97.4%30.2%-
HSV(B)31.6º98.68%59.61%-
XYZ15.912.561.64-
YUV93.2276.52169.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=64.68%
G=34.47%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15281200.470.990.4031.697.430.2
Hex9851202F632820611e
Octal2301212057143504014136
Binary1001100010100011001011111100011101000100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985102; }

 p { color: rgb(152,81,2); }

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

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

 a { background-color: rgb(152,81,2); }

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

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

 span { border-color: rgb(152,81,2); }

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