#98510B

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

Shades of Saddle Brown #98510B

Tints of Saddle Brown #98510B

Color information

#98510B (or 0x98510B) is unknown color: approx Saddle Brown. HEX triplet: 98, 51 and 0B. RGB value is (152,81,11). Sum of RGB (Red+Green+Blue) = 152+81+11=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #98510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98510B is #67AEF4. Grayscale: #5E5E5E. Windows color (decimal): -6794997 or 741784. OLE color: 741784.

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

Color convert

RGB1528111-
CMYK00.470.930.40
HSL29.79º86.5%31.96%-
HSV(B)29.79º92.76%59.61%-
XYZ15.9512.581.9-
YUV94.2581.02169.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 11 (4.69% from 255) = 4.51%
R=62.30%
G=33.20%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152811100.470.930.4029.7986.531.96
Hex9851B02F5D281e5720
Octal23012113057135503612740
Binary100110001010001101101011111011101101000111101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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