Html Css Color HEX #54552C Saratoga

📋 copy color: '#54552C'

red 84 ◦ green 85 ◦ blue 44

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

Shades of Saratoga #54552C

Tints of Saratoga #54552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 39.44%
G = 39.91%
B = 20.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#54552C (or 0x54552C) is known color: Saratoga. HEX triplet: 54, 55 and 2C. RGB value is (84,85,44). Sum of RGB (Red+Green+Blue) = 84+85+44=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #54552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552C is #ABAAD3. Grayscale: #505050. Windows color (decimal): -11250388 or 2905428. OLE color: 2905428.

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

Color convert

RGB 84 85 44 -
CMYK 0.01 0 0.48 0.67
HSL 61.46º 0.32% 0.25% -
HSV(B) 61.46º 0.48% 0.33% -
XYZ 7.36 8.56 3.65 -
YUV 80.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 84 85 44 0.01 0 0.48 0.67 61.46 0.32 0.25
Hex 54 55 2C 1 0 30 43 3D 20 19
Octal 124 125 54 1 0 60 103 75 40 31
Binary 1010100 1010101 101100 1 0 110000 1000011 111101 100000 11001

Color Harmonies of #54552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54552C

Black with #54552C

Text Example


Text Example

White with #54552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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