#983507

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

Shades of Saddle Brown #983507

Tints of Saddle Brown #983507

Color information

#983507 (or 0x983507) is unknown color: approx Saddle Brown. HEX triplet: 98, 35 and 07. RGB value is (152,53,7). Sum of RGB (Red+Green+Blue) = 152+53+7=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #983507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983507 is #67CAF8. Grayscale: #4D4D4D. Windows color (decimal): -6802169 or 472472. OLE color: 472472.

HSL color Cylindrical-coordinate representation of color #983507: hue angle of 19.03º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #983507 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB152537-
CMYK00.650.950.40
HSL19.03º91.19%31.18%-
HSV(B)19.03º95.39%59.61%-
XYZ14.269.241.23-
YUV77.3688.3181.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=71.70%
G=25%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15253700.650.950.4019.0391.1931.18
Hex983570415F28135b1f
Octal2306570101137502313337
Binary1001100011010111101000001101111110100010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983507; }

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

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

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

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

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

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

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

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