Html Css Color HEX #54582D Saratoga

📋 copy color: '#54582D'

red 84 ◦ green 88 ◦ blue 45

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

Shades of Saratoga #54582D

Tints of Saratoga #54582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.55%

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

R = 38.71%
G = 40.55%
B = 20.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#54582D (or 0x54582D) is known color: Saratoga. HEX triplet: 54, 58 and 2D. RGB value is (84,88,45). Sum of RGB (Red+Green+Blue) = 84+88+45=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #54582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54582D is #ABA7D2. Grayscale: #525252. Windows color (decimal): -11249619 or 2971732. OLE color: 2971732.

HSL color Cylindrical-coordinate representation of color #54582D: hue angle of 65.58º degrees, saturation: 0.32, 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 #54582D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 45 -
CMYK 0.05 0 0.49 0.65
HSL 65.58º 0.32% 0.26% -
HSV(B) 65.58º 0.49% 0.35% -
XYZ 7.62 9.05 3.83 -
YUV 81.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 84 88 45 0.05 0 0.49 0.65 65.58 0.32 0.26
Hex 54 58 2D 5 0 31 41 42 20 1A
Octal 124 130 55 5 0 61 101 102 40 32
Binary 1010100 1011000 101101 101 0 110001 1000001 1000010 100000 11010

Color Harmonies of #54582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54582D

Black with #54582D

Text Example


Text Example

White with #54582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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