#98370B

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

Shades of Saddle Brown #98370B

Tints of Saddle Brown #98370B

Color information

#98370B (or 0x98370B) is unknown color: approx Saddle Brown. HEX triplet: 98, 37 and 0B. RGB value is (152,55,11). Sum of RGB (Red+Green+Blue) = 152+55+11=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370B is #67C8F4. Grayscale: #4F4F4F. Windows color (decimal): -6801653 or 735128. OLE color: 735128.

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

Color convert

RGB1525511-
CMYK00.640.930.40
HSL18.72º86.5%31.96%-
HSV(B)18.72º92.76%59.61%-
XYZ14.389.431.38-
YUV78.9989.64180.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.72%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=69.72%
G=25.23%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152551100.640.930.4018.7286.531.96
Hex9837B0405D28135720
Octal23067130100135502312740
Binary100110001101111011010000001011101101000100111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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