Html Css Color HEX #545928 Saratoga

📋 copy color: '#545928'

red 84 ◦ green 89 ◦ blue 40

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

Shades of Saratoga #545928

Tints of Saratoga #545928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.78%

R = 39.44%
G = 41.78%
B = 18.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#545928 (or 0x545928) is known color: Saratoga. HEX triplet: 54, 59 and 28. RGB value is (84,89,40). Sum of RGB (Red+Green+Blue) = 84+89+40=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #545928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545928 is #ABA6D7. Grayscale: #525252. Windows color (decimal): -11249368 or 2644308. OLE color: 2644308.

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

Color convert

RGB 84 89 40 -
CMYK 0.06 0 0.55 0.65
HSL 66.12º 0.38% 0.25% -
HSV(B) 66.12º 0.55% 0.35% -
XYZ 7.61 9.18 3.38 -
YUV 81.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 84 89 40 0.06 0 0.55 0.65 66.12 0.38 0.25
Hex 54 59 28 6 0 37 41 42 26 19
Octal 124 131 50 6 0 67 101 102 46 31
Binary 1010100 1011001 101000 110 0 110111 1000001 1000010 100110 11001

Color Harmonies of #545928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545928

Black with #545928

Text Example


Text Example

White with #545928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545928; }

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

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

background-color css

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

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

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

border-color css

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

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

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