#98380D

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

Shades of Saddle Brown #98380D

Tints of Saddle Brown #98380D

Color information

#98380D (or 0x98380D) is unknown color: approx Saddle Brown. HEX triplet: 98, 38 and 0D. RGB value is (152,56,13). Sum of RGB (Red+Green+Blue) = 152+56+13=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #98380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98380D is #67C7F2. Grayscale: #505050. Windows color (decimal): -6801395 or 866456. OLE color: 866456.

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

Color convert

RGB1525613-
CMYK00.630.910.40
HSL18.56º84.24%32.35%-
HSV(B)18.56º91.45%59.61%-
XYZ14.449.531.46-
YUV79.890.3179.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.78%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 13 (5.47% from 255) = 5.88%
R=68.78%
G=25.34%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152561300.630.910.4018.5684.2432.35
Hex9838D03F5B28135420
Octal2307015077133502312440
Binary10011000111000110101111111011011101000100111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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