#545A33

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

Shades of Saratoga #545A33

Tints of Saratoga #545A33

Color information

#545A33 (or 0x545A33) is unknown color: approx Saratoga. HEX triplet: 54, 5A and 33. RGB value is (84,90,51). Sum of RGB (Red+Green+Blue) = 84+90+51=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #545A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A33 is #ABA5CC. Grayscale: #535353. Windows color (decimal): -11249101 or 3365460. OLE color: 3365460.

HSL color Cylindrical-coordinate representation of color #545A33: hue angle of 69.23º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #545A33 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB849051-
CMYK0.0700.430.65
HSL69.23º27.66%27.65%-
HSV(B)69.23º43.33%35.29%-
XYZ7.919.444.54-
YUV83.76109.51128.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=37.33%
G=40%
B=22.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490510.0700.430.6569.2327.6627.65
Hex545A33702B41451c1c
Octal1241326370531011053434
Binary101010010110101100111110101011100000110001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545A33; }

 p { color: rgb(84,90,51); }

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

<style>
 a { background-color: #545A33; }

 a { background-color: rgb(84,90,51); }

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

<style>
 span { border-color: #545A33; }

 span { border-color: rgb(84,90,51); }

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