#983205

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

Shades of Saddle Brown #983205

Tints of Saddle Brown #983205

Color information

#983205 (or 0x983205) is unknown color: approx Saddle Brown. HEX triplet: 98, 32 and 05. RGB value is (152,50,5). Sum of RGB (Red+Green+Blue) = 152+50+5=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #983205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983205 is #67CDFA. Grayscale: #4B4B4B. Windows color (decimal): -6802939 or 340632. OLE color: 340632.

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

Color convert

RGB152505-
CMYK00.670.970.40
HSL18.37º93.63%30.78%-
HSV(B)18.37º96.71%59.61%-
XYZ14.128.971.13-
YUV75.3788.29182.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 5 (2.34% from 255) = 2.42%
R=73.43%
G=24.15%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15250500.670.970.4018.3793.6330.78
Hex983250436128125e1f
Octal2306250103141502213637
Binary1001100011001010101000011110000110100010010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983205; }

 p { color: rgb(152,50,5); }

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

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

 a { background-color: rgb(152,50,5); }

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

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

 span { border-color: rgb(152,50,5); }

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