#98500D

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

Shades of Saddle Brown #98500D

Tints of Saddle Brown #98500D

Color information

#98500D (or 0x98500D) is unknown color: approx Saddle Brown. HEX triplet: 98, 50 and 0D. RGB value is (152,80,13). Sum of RGB (Red+Green+Blue) = 152+80+13=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98500D is #67AFF2. Grayscale: #5E5E5E. Windows color (decimal): -6795251 or 872600. OLE color: 872600.

HSL color Cylindrical-coordinate representation of color #98500D: hue angle of 28.92º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98500D is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1528013-
CMYK00.470.910.40
HSL28.92º84.24%32.35%-
HSV(B)28.92º91.45%59.61%-
XYZ15.8912.441.94-
YUV93.8982.35169.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=62.04%
G=32.65%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152801300.470.910.4028.9284.2432.35
Hex9850D02F5B281d5420
Octal23012015057133503512440
Binary100110001010000110101011111011011101000111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98500D; }

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

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

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

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

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

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

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

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