#98470B

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

Shades of Saddle Brown #98470B

Tints of Saddle Brown #98470B

Color information

#98470B (or 0x98470B) is unknown color: approx Saddle Brown. HEX triplet: 98, 47 and 0B. RGB value is (152,71,11). Sum of RGB (Red+Green+Blue) = 152+71+11=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98470B is #67B8F4. Grayscale: #585858. Windows color (decimal): -6797557 or 739224. OLE color: 739224.

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

Color convert

RGB1527111-
CMYK00.530.930.40
HSL25.53º86.5%31.96%-
HSV(B)25.53º92.76%59.61%-
XYZ15.2611.211.68-
YUV88.3884.34173.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 11 (4.69% from 255) = 4.70%
R=64.96%
G=30.34%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152711100.530.930.4025.5386.531.96
Hex9847B0355D281a5720
Octal23010713065135503212740
Binary100110001000111101101101011011101101000110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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