#98450D

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

Shades of Saddle Brown #98450D

Tints of Saddle Brown #98450D

Color information

#98450D (or 0x98450D) is unknown color: approx Saddle Brown. HEX triplet: 98, 45 and 0D. RGB value is (152,69,13). Sum of RGB (Red+Green+Blue) = 152+69+13=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98450D is #67BAF2. Grayscale: #575757. Windows color (decimal): -6798067 or 869784. OLE color: 869784.

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

Color convert

RGB1526913-
CMYK00.550.910.40
HSL24.17º84.24%32.35%-
HSV(B)24.17º91.45%59.61%-
XYZ15.1510.961.7-
YUV87.4386174.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=64.96%
G=29.49%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152691300.550.910.4024.1784.2432.35
Hex9845D0375B28185420
Octal23010515067133503012440
Binary100110001000101110101101111011011101000110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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