Html Css Color HEX #545937 Saratoga

📋 copy color: '#545937'

red 84 ◦ green 89 ◦ blue 55

#545937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #545937

Tints of Saratoga #545937

RGB

 RED value IS 84 (33.2% from 255) = 36.84%

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 55 (21.88% from 255) = 24.12%

R = 36.84%
G = 39.04%
B = 24.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#545937 (or 0x545937) is known color: Saratoga. HEX triplet: 54, 59 and 37. RGB value is (84,89,55). Sum of RGB (Red+Green+Blue) = 84+89+55=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #545937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545937 is #ABA6C8. Grayscale: #535353. Windows color (decimal): -11249353 or 3627348. OLE color: 3627348.

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

Color convert

RGB 84 89 55 -
CMYK 0.06 0 0.38 0.65
HSL 68.82º 0.24% 0.28% -
HSV(B) 68.82º 0.38% 0.35% -
XYZ 7.92 9.31 4.99 -
YUV 83.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 84 89 55 0.06 0 0.38 0.65 68.82 0.24 0.28
Hex 54 59 37 6 0 26 41 45 18 1C
Octal 124 131 67 6 0 46 101 105 30 34
Binary 1010100 1011001 110111 110 0 100110 1000001 1000101 11000 11100

Color Harmonies of #545937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545937

Black with #545937

Text Example


Text Example

White with #545937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545937; }

 p { color: rgb(84,89,55); }

 H1.HeaderClassName
 {
   color: #545937;
 }
 .AnyTagClassName
 {
   color: #545937;
 }
</style>

background-color css

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

 a { background-color: rgb(84,89,55); }

 div.DivClassName
 {
   background-color: #545937;
 }
 .BgClassName
 {
   background-color: #545937;
 }
</style>

border-color css

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

 span { border-color: rgb(84,89,55); }

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