#54622B

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

Shades of Saratoga #54622B

Tints of Saratoga #54622B

Color information

#54622B (or 0x54622B) is unknown color: approx Saratoga. HEX triplet: 54, 62 and 2B. RGB value is (84,98,43). Sum of RGB (Red+Green+Blue) = 84+98+43=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #54622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54622B is #AB9DD4. Grayscale: #575757. Windows color (decimal): -11247061 or 2843220. OLE color: 2843220.

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

Color convert

RGB849843-
CMYK0.1400.560.62
HSL75.27º39.01%27.65%-
HSV(B)75.27º56.12%38.43%-
XYZ8.4610.793.92-
YUV87.54102.86125.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=37.33%
G=43.56%
B=19.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498430.1400.560.6275.2739.0127.65
Hex54622BE0383E4b271c
Octal1241425316070761134734
Binary1010100110001010101111100111000111110100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54622B; }

 p { color: rgb(84,98,43); }

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

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

 a { background-color: rgb(84,98,43); }

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

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

 span { border-color: rgb(84,98,43); }

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