#98300B

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

Shades of Saddle Brown #98300B

Tints of Saddle Brown #98300B

Color information

#98300B (or 0x98300B) is unknown color: approx Saddle Brown. HEX triplet: 98, 30 and 0B. RGB value is (152,48,11). Sum of RGB (Red+Green+Blue) = 152+48+11=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #98300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98300B is #67CFF4. Grayscale: #4B4B4B. Windows color (decimal): -6803445 or 733336. OLE color: 733336.

HSL color Cylindrical-coordinate representation of color #98300B: hue angle of 15.74º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98300B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1524811-
CMYK00.680.930.40
HSL15.74º86.5%31.96%-
HSV(B)15.74º92.76%59.61%-
XYZ14.078.811.28-
YUV74.8891.96183.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.04%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=72.04%
G=22.75%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152481100.680.930.4015.7486.531.96
Hex9830B0445D28105720
Octal23060130104135502012740
Binary100110001100001011010001001011101101000100001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98300B; }

 p { color: rgb(152,48,11); }

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

<style>
 a { background-color: #98300B; }

 a { background-color: rgb(152,48,11); }

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

<style>
 span { border-color: #98300B; }

 span { border-color: rgb(152,48,11); }

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