#98390C

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

Shades of Saddle Brown #98390C

Tints of Saddle Brown #98390C

Color information

#98390C (or 0x98390C) is unknown color: approx Saddle Brown. HEX triplet: 98, 39 and 0C. RGB value is (152,57,12). Sum of RGB (Red+Green+Blue) = 152+57+12=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #98390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98390C is #67C6F3. Grayscale: #505050. Windows color (decimal): -6801140 or 801176. OLE color: 801176.

HSL color Cylindrical-coordinate representation of color #98390C: hue angle of 19.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98390C is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1525712-
CMYK00.620.920.40
HSL19.29º85.37%32.16%-
HSV(B)19.29º92.11%59.61%-
XYZ14.489.631.44-
YUV80.2789.47179.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=68.78%
G=25.79%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152571200.620.920.4019.2985.3732.16
Hex9839C03E5C28135520
Octal2307114076134502312540
Binary10011000111001110001111101011100101000100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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