Html Css Color HEX #54542A Saratoga

📋 copy color: '#54542A'

red 84 ◦ green 84 ◦ blue 42

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

Shades of Saratoga #54542A

Tints of Saratoga #54542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54542A (or 0x54542A) is known color: Saratoga. HEX triplet: 54, 54 and 2A. RGB value is (84,84,42). Sum of RGB (Red+Green+Blue) = 84+84+42=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 84 - color contains mainly: red, green. Hex color #54542A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54542A is #ABABD5. Grayscale: #4F4F4F. Windows color (decimal): -11250646 or 2774100. OLE color: 2774100.

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

Color convert

RGB 84 84 42 -
CMYK 0 0 0.5 0.67
HSL 60º 0.33% 0.25% -
HSV(B) 60º 0.5% 0.33% -
XYZ 7.24 8.39 3.43 -
YUV 79.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 84 84 42 0 0 0.5 0.67 60 0.33 0.25
Hex 54 54 2A 0 0 32 43 3C 21 19
Octal 124 124 52 0 0 62 103 74 41 31
Binary 1010100 1010100 101010 0 0 110010 1000011 111100 100001 11001

Color Harmonies of #54542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54542A

Black with #54542A

Text Example


Text Example

White with #54542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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