Html Css Color HEX #545828 Saratoga

📋 copy color: '#545828'

red 84 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #545828

Tints of Saratoga #545828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

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

R = 39.62%
G = 41.51%
B = 18.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#545828 (or 0x545828) is known color: Saratoga. HEX triplet: 54, 58 and 28. RGB value is (84,88,40). Sum of RGB (Red+Green+Blue) = 84+88+40=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #545828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545828 is #ABA7D7. Grayscale: #515151. Windows color (decimal): -11249624 or 2644052. OLE color: 2644052.

HSL color Cylindrical-coordinate representation of color #545828: hue angle of 65º 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 #545828 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 40 -
CMYK 0.05 0 0.55 0.65
HSL 65º 0.38% 0.25% -
HSV(B) 65º 0.55% 0.35% -
XYZ 7.53 9.02 3.35 -
YUV 81.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 84 88 40 0.05 0 0.55 0.65 65 0.38 0.25
Hex 54 58 28 5 0 37 41 41 26 19
Octal 124 130 50 5 0 67 101 101 46 31
Binary 1010100 1011000 101000 101 0 110111 1000001 1000001 100110 11001

Color Harmonies of #545828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545828

Black with #545828

Text Example


Text Example

White with #545828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545828; }

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

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

background-color css

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

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

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

border-color css

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

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

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