Html Css Color HEX #54552F Saratoga

📋 copy color: '#54552F'

red 84 ◦ green 85 ◦ blue 47

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

Shades of Saratoga #54552F

Tints of Saratoga #54552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 38.89%
G = 39.35%
B = 21.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#54552F (or 0x54552F) is known color: Saratoga. HEX triplet: 54, 55 and 2F. RGB value is (84,85,47). Sum of RGB (Red+Green+Blue) = 84+85+47=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #54552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54552F is #ABAAD0. Grayscale: #505050. Windows color (decimal): -11250385 or 3102036. OLE color: 3102036.

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

Color convert

RGB 84 85 47 -
CMYK 0.01 0 0.45 0.67
HSL 61.58º 0.29% 0.26% -
HSV(B) 61.58º 0.45% 0.33% -
XYZ 7.42 8.59 3.96 -
YUV 80.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 84 85 47 0.01 0 0.45 0.67 61.58 0.29 0.26
Hex 54 55 2F 1 0 2D 43 3E 1D 1A
Octal 124 125 57 1 0 55 103 76 35 32
Binary 1010100 1010101 101111 1 0 101101 1000011 111110 11101 11010

Color Harmonies of #54552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54552F

Black with #54552F

Text Example


Text Example

White with #54552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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