Html Css Color HEX #545D31 Saratoga

📋 copy color: '#545D31'

red 84 ◦ green 93 ◦ blue 49

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

Shades of Saratoga #545D31

Tints of Saratoga #545D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.15%

 BLUE value IS 49 (19.53% from 255) = 21.68%

R = 37.17%
G = 41.15%
B = 21.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#545D31 (or 0x545D31) is known color: Saratoga. HEX triplet: 54, 5D and 31. RGB value is (84,93,49). Sum of RGB (Red+Green+Blue) = 84+93+49=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #545D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D31 is #ABA2CE. Grayscale: #555555. Windows color (decimal): -11248335 or 3235156. OLE color: 3235156.

HSL color Cylindrical-coordinate representation of color #545D31: hue angle of 72.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #545D31 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 93 49 -
CMYK 0.10 0 0.47 0.64
HSL 72.27º 0.31% 0.28% -
HSV(B) 72.27º 0.47% 0.36% -
XYZ 8.12 9.94 4.4 -
YUV 85.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 84 93 49 0.10 0 0.47 0.64 72.27 0.31 0.28
Hex 54 5D 31 A 0 2F 40 48 1F 1C
Octal 124 135 61 12 0 57 100 110 37 34
Binary 1010100 1011101 110001 1010 0 101111 1000000 1001000 11111 11100

Color Harmonies of #545D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D31

Black with #545D31

Text Example


Text Example

White with #545D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D31; }

 p { color: rgb(84,93,49); }

 H1.HeaderClassName
 {
   color: #545D31;
 }
 .AnyTagClassName
 {
   color: #545D31;
 }
</style>

background-color css

<style>
 a { background-color: #545D31; }

 a { background-color: rgb(84,93,49); }

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

border-color css

<style>
 span { border-color: #545D31; }

 span { border-color: rgb(84,93,49); }

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