Html Css Color HEX #54592C Saratoga

📋 copy color: '#54592C'

red 84 ◦ green 89 ◦ blue 44

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

Shades of Saratoga #54592C

Tints of Saratoga #54592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 38.71%
G = 41.01%
B = 20.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#54592C (or 0x54592C) is known color: Saratoga. HEX triplet: 54, 59 and 2C. RGB value is (84,89,44). Sum of RGB (Red+Green+Blue) = 84+89+44=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #54592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54592C is #ABA6D3. Grayscale: #525252. Windows color (decimal): -11249364 or 2906452. OLE color: 2906452.

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

Color convert

RGB 84 89 44 -
CMYK 0.06 0 0.51 0.65
HSL 66.67º 0.34% 0.26% -
HSV(B) 66.67º 0.51% 0.35% -
XYZ 7.68 9.21 3.76 -
YUV 82.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 84 89 44 0.06 0 0.51 0.65 66.67 0.34 0.26
Hex 54 59 2C 6 0 33 41 43 22 1A
Octal 124 131 54 6 0 63 101 103 42 32
Binary 1010100 1011001 101100 110 0 110011 1000001 1000011 100010 11010

Color Harmonies of #54592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54592C

Black with #54592C

Text Example


Text Example

White with #54592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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