#98400A

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

Shades of Saddle Brown #98400A

Tints of Saddle Brown #98400A

Color information

#98400A (or 0x98400A) is unknown color: approx Saddle Brown. HEX triplet: 98, 40 and 0A. RGB value is (152,64,10). Sum of RGB (Red+Green+Blue) = 152+64+10=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #98400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98400A is #67BFF5. Grayscale: #545454. Windows color (decimal): -6799350 or 671896. OLE color: 671896.

HSL color Cylindrical-coordinate representation of color #98400A: hue angle of 22.82º 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 #98400A is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1526410-
CMYK00.580.930.40
HSL22.82º87.65%31.76%-
HSV(B)22.82º93.42%59.61%-
XYZ14.8410.361.51-
YUV84.1686.15176.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=67.26%
G=28.32%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152641000.580.930.4022.8287.6531.76
Hex9840A03A5D28175820
Octal23010012072135502713040
Binary100110001000000101001110101011101101000101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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