#98390D

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

Shades of Saddle Brown #98390D

Tints of Saddle Brown #98390D

Color information

#98390D (or 0x98390D) is unknown color: approx Saddle Brown. HEX triplet: 98, 39 and 0D. RGB value is (152,57,13). Sum of RGB (Red+Green+Blue) = 152+57+13=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #98390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98390D is #67C6F2. Grayscale: #505050. Windows color (decimal): -6801139 or 866712. OLE color: 866712.

HSL color Cylindrical-coordinate representation of color #98390D: hue angle of 18.99º 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 #98390D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1525713-
CMYK00.620.910.40
HSL18.99º84.24%32.35%-
HSV(B)18.99º91.45%59.61%-
XYZ14.489.631.48-
YUV80.3989.97179.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.47%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 13 (5.47% from 255) = 5.86%
R=68.47%
G=25.68%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152571300.620.910.4018.9984.2432.35
Hex9839D03E5B28135420
Octal2307115076133502312440
Binary10011000111001110101111101011011101000100111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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