#98370A

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

Shades of Saddle Brown #98370A

Tints of Saddle Brown #98370A

Color information

#98370A (or 0x98370A) is unknown color: approx Saddle Brown. HEX triplet: 98, 37 and 0A. RGB value is (152,55,10). Sum of RGB (Red+Green+Blue) = 152+55+10=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #98370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370A is #67C8F5. Grayscale: #4F4F4F. Windows color (decimal): -6801654 or 669592. OLE color: 669592.

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

Color convert

RGB1525510-
CMYK00.640.930.40
HSL19.01º87.65%31.76%-
HSV(B)19.01º93.42%59.61%-
XYZ14.379.431.35-
YUV78.8789.14180.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=70.05%
G=25.35%
B=4.61%

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
Decimal152551000.640.930.4019.0187.6531.76
Hex9837A0405D28135820
Octal23067120100135502313040
Binary100110001101111010010000001011101101000100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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