#5C612B

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

Shades of Saratoga #5C612B

Tints of Saratoga #5C612B

Color information

#5C612B (or 0x5C612B) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 2B. RGB value is (92,97,43). Sum of RGB (Red+Green+Blue) = 92+97+43=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #5C612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C612B is #A39ED4. Grayscale: #595959. Windows color (decimal): -10723029 or 2842972. OLE color: 2842972.

HSL color Cylindrical-coordinate representation of color #5C612B: hue angle of 65.56º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C612B is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB929743-
CMYK0.0500.560.62
HSL65.56º38.57%27.45%-
HSV(B)65.56º55.67%38.04%-
XYZ9.12113.93-
YUV89.35101.84129.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.66%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=39.66%
G=41.81%
B=18.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297430.0500.560.6265.5638.5727.45
Hex5C612B50383E42271b
Octal134141535070761024733
Binary101110011000011010111010111000111110100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C612B; }

 p { color: rgb(92,97,43); }

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

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

 a { background-color: rgb(92,97,43); }

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

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

 span { border-color: rgb(92,97,43); }

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