#98490A

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

Shades of Saddle Brown #98490A

Tints of Saddle Brown #98490A

Color information

#98490A (or 0x98490A) is unknown color: approx Saddle Brown. HEX triplet: 98, 49 and 0A. RGB value is (152,73,10). Sum of RGB (Red+Green+Blue) = 152+73+10=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #98490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98490A is #67B6F5. Grayscale: #595959. Windows color (decimal): -6797046 or 674200. OLE color: 674200.

HSL color Cylindrical-coordinate representation of color #98490A: hue angle of 26.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98490A is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1527310-
CMYK00.520.930.40
HSL26.62º87.65%31.76%-
HSV(B)26.62º93.42%59.61%-
XYZ15.3911.461.69-
YUV89.4483.17172.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.68%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=64.68%
G=31.06%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152731000.520.930.4026.6287.6531.76
Hex9849A0345D281b5820
Octal23011112064135503313040
Binary100110001001001101001101001011101101000110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98490A; }

 p { color: rgb(152,73,10); }

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

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

 a { background-color: rgb(152,73,10); }

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

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

 span { border-color: rgb(152,73,10); }

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