Html Css Color HEX #54592D Saratoga

📋 copy color: '#54592D'

red 84 ◦ green 89 ◦ blue 45

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

Shades of Saratoga #54592D

Tints of Saratoga #54592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 38.53%
G = 40.83%
B = 20.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#54592D (or 0x54592D) is known color: Saratoga. HEX triplet: 54, 59 and 2D. RGB value is (84,89,45). Sum of RGB (Red+Green+Blue) = 84+89+45=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #54592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54592D is #ABA6D2. Grayscale: #525252. Windows color (decimal): -11249363 or 2971988. OLE color: 2971988.

HSL color Cylindrical-coordinate representation of color #54592D: hue angle of 66.82º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54592D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 45 -
CMYK 0.06 0 0.49 0.65
HSL 66.82º 0.33% 0.26% -
HSV(B) 66.82º 0.49% 0.35% -
XYZ 7.7 9.22 3.86 -
YUV 82.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 84 89 45 0.06 0 0.49 0.65 66.82 0.33 0.26
Hex 54 59 2D 6 0 31 41 43 21 1A
Octal 124 131 55 6 0 61 101 103 41 32
Binary 1010100 1011001 101101 110 0 110001 1000001 1000011 100001 11010

Color Harmonies of #54592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54592D

Black with #54592D

Text Example


Text Example

White with #54592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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