#985003

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

Shades of Saddle Brown #985003

Tints of Saddle Brown #985003

Color information

#985003 (or 0x985003) is unknown color: approx Saddle Brown. HEX triplet: 98, 50 and 03. RGB value is (152,80,3). Sum of RGB (Red+Green+Blue) = 152+80+3=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #985003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985003 is #67AFFC. Grayscale: #5D5D5D. Windows color (decimal): -6795261 or 217240. OLE color: 217240.

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

Color convert

RGB152803-
CMYK00.470.980.40
HSL31.01º96.13%30.39%-
HSV(B)31.01º98.03%59.61%-
XYZ15.8312.421.65-
YUV92.7577.35170.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=64.68%
G=34.04%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15280300.470.980.4031.0196.1330.39
Hex9850302F62281f601e
Octal2301203057142503714036
Binary100110001010000110101111110001010100011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985003; }

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

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

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

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

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

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

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

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