#98370D

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

Shades of Saddle Brown #98370D

Tints of Saddle Brown #98370D

Color information

#98370D (or 0x98370D) is unknown color: approx Saddle Brown. HEX triplet: 98, 37 and 0D. RGB value is (152,55,13). Sum of RGB (Red+Green+Blue) = 152+55+13=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370D is #67C8F2. Grayscale: #4F4F4F. Windows color (decimal): -6801651 or 866200. OLE color: 866200.

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

Color convert

RGB1525513-
CMYK00.640.910.40
HSL18.13º84.24%32.35%-
HSV(B)18.13º91.45%59.61%-
XYZ14.399.441.44-
YUV79.2290.64179.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=69.09%
G=25%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152551300.640.910.4018.1384.2432.35
Hex9837D0405B28125420
Octal23067150100133502212440
Binary100110001101111101010000001011011101000100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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