Html Css Color HEX #54572B Saratoga

📋 copy color: '#54572B'

red 84 ◦ green 87 ◦ blue 43

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

Shades of Saratoga #54572B

Tints of Saratoga #54572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 39.25%
G = 40.65%
B = 20.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#54572B (or 0x54572B) is known color: Saratoga. HEX triplet: 54, 57 and 2B. RGB value is (84,87,43). Sum of RGB (Red+Green+Blue) = 84+87+43=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #54572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54572B is #ABA8D4. Grayscale: #515151. Windows color (decimal): -11249877 or 2840404. OLE color: 2840404.

HSL color Cylindrical-coordinate representation of color #54572B: hue angle of 64.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54572B is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 84 87 43 -
CMYK 0.03 0 0.51 0.66
HSL 64.09º 0.34% 0.25% -
HSV(B) 64.09º 0.51% 0.34% -
XYZ 7.5 8.88 3.6 -
YUV 81.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 84 87 43 0.03 0 0.51 0.66 64.09 0.34 0.25
Hex 54 57 2B 3 0 33 42 40 22 19
Octal 124 127 53 3 0 63 102 100 42 31
Binary 1010100 1010111 101011 11 0 110011 1000010 1000000 100010 11001

Color Harmonies of #54572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54572B

Black with #54572B

Text Example


Text Example

White with #54572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54572B; }

 p { color: rgb(84,87,43); }

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

background-color css

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

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

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

border-color css

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

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

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