#58612A

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

Shades of Saratoga #58612A

Tints of Saratoga #58612A

Color information

#58612A (or 0x58612A) is unknown color: approx Saratoga. HEX triplet: 58, 61 and 2A. RGB value is (88,97,42). Sum of RGB (Red+Green+Blue) = 88+97+42=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #58612A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58612A is #A79ED5. Grayscale: #585858. Windows color (decimal): -10985174 or 2777432. OLE color: 2777432.

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

Color convert

RGB889742-
CMYK0.0900.570.62
HSL69.82º39.57%27.25%-
HSV(B)69.82º56.7%38.04%-
XYZ8.7210.793.81-
YUV88.04102.02127.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=38.77%
G=42.73%
B=18.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897420.0900.570.6269.8239.5727.25
Hex58612A90393E46281b
Octal1301415211071761065033
Binary1011000110000110101010010111001111110100011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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