Html Css Color HEX #545428 Saratoga

📋 copy color: '#545428'

red 84 ◦ green 84 ◦ blue 40

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

Shades of Saratoga #545428

Tints of Saratoga #545428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 40.38%
G = 40.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#545428 (or 0x545428) is known color: Saratoga. HEX triplet: 54, 54 and 28. RGB value is (84,84,40). Sum of RGB (Red+Green+Blue) = 84+84+40=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545428 is #ABABD7. Grayscale: #4F4F4F. Windows color (decimal): -11250648 or 2643028. OLE color: 2643028.

HSL color Cylindrical-coordinate representation of color #545428: hue angle of 60º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545428 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 40 -
CMYK 0 0 0.52 0.67
HSL 60º 0.35% 0.24% -
HSV(B) 60º 0.52% 0.33% -
XYZ 7.21 8.38 3.24 -
YUV 78.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 84 84 40 0 0 0.52 0.67 60 0.35 0.24
Hex 54 54 28 0 0 34 43 3C 23 18
Octal 124 124 50 0 0 64 103 74 43 30
Binary 1010100 1010100 101000 0 0 110100 1000011 111100 100011 11000

Color Harmonies of #545428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545428

Black with #545428

Text Example


Text Example

White with #545428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545428; }

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

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

background-color css

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

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

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

border-color css

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

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

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