#98350B

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

Shades of Saddle Brown #98350B

Tints of Saddle Brown #98350B

Color information

#98350B (or 0x98350B) is unknown color: approx Saddle Brown. HEX triplet: 98, 35 and 0B. RGB value is (152,53,11). Sum of RGB (Red+Green+Blue) = 152+53+11=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98350B is #67CAF4. Grayscale: #4E4E4E. Windows color (decimal): -6802165 or 734616. OLE color: 734616.

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

Color convert

RGB1525311-
CMYK00.650.930.40
HSL17.87º86.5%31.96%-
HSV(B)17.87º92.76%59.61%-
XYZ14.289.251.35-
YUV77.8190.3180.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 11 (4.69% from 255) = 5.09%
R=70.37%
G=24.54%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152531100.650.930.4017.8786.531.96
Hex9835B0415D28125720
Octal23065130101135502212740
Binary100110001101011011010000011011101101000100101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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