#98310B

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

Shades of Saddle Brown #98310B

Tints of Saddle Brown #98310B

Color information

#98310B (or 0x98310B) is unknown color: approx Saddle Brown. HEX triplet: 98, 31 and 0B. RGB value is (152,49,11). Sum of RGB (Red+Green+Blue) = 152+49+11=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #98310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98310B is #67CEF4. Grayscale: #4B4B4B. Windows color (decimal): -6803189 or 733592. OLE color: 733592.

HSL color Cylindrical-coordinate representation of color #98310B: hue angle of 16.17º 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 #98310B is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1524911-
CMYK00.680.930.40
HSL16.17º86.5%31.96%-
HSV(B)16.17º92.76%59.61%-
XYZ14.118.91.29-
YUV75.4691.62182.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=71.70%
G=23.11%
B=5.19%

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
Decimal152491100.680.930.4016.1786.531.96
Hex9831B0445D28105720
Octal23061130104135502012740
Binary100110001100011011010001001011101101000100001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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