#58612d

Color #58612D Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #58612D

Tints of Saratoga #58612D

Color information

#58612D (or 0x58612D) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 2D. RGB value is (88,97,45). Sum of RGB (Red+Green+Blue) = 88+97+45=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #58612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58612D is #A79ED2. Grayscale: #585858. Windows color (decimal): -10985171 or 2974040. OLE color: 2974040.

HSL color Cylindrical-coordinate representation of color #58612D: hue angle of 70.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58612D is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB889745-
CMYK0.0900.540.62
HSL70.38º36.62%27.84%-
HSV(B)70.38º53.61%38.04%-
XYZ8.7710.814.11-
YUV88.38103.52127.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=38.26%
G=42.17%
B=19.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897450.0900.540.6270.3836.6227.84
Hex58612D90363E46251c
Octal1301415511066761064534
Binary1011000110000110110110010110110111110100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58612d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58612d; }

 p { color: rgb(88,97,45); }

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

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

 a { background-color: rgb(88,97,45); }

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

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

 span { border-color: rgb(88,97,45); }

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