#54611D

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

Shades of Saratoga #54611D

Tints of Saratoga #54611D

Color information

#54611D (or 0x54611D) is unknown color: approx Saratoga. HEX triplet: 54, 61 and 1D. RGB value is (84,97,29). Sum of RGB (Red+Green+Blue) = 84+97+29=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #54611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54611D is #AB9EE2. Grayscale: #555555. Windows color (decimal): -11247331 or 1925460. OLE color: 1925460.

HSL color Cylindrical-coordinate representation of color #54611D: hue angle of 71.47º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54611D is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB849729-
CMYK0.1300.700.62
HSL71.47º53.97%24.71%-
HSV(B)71.47º70.1%38.04%-
XYZ8.1510.522.76-
YUV85.3696.19127.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=40%
G=46.19%
B=13.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497290.1300.700.6271.4753.9724.71
Hex54611DD0463E473619
Octal12414135150106761076631
Binary1010100110000111101110101000110111110100011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54611D; }

 p { color: rgb(84,97,29); }

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

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

 a { background-color: rgb(84,97,29); }

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

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

 span { border-color: rgb(84,97,29); }

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