Html Css Color HEX #545C31 Saratoga

📋 copy color: '#545C31'

red 84 ◦ green 92 ◦ blue 49

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

Shades of Saratoga #545C31

Tints of Saratoga #545C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.89%

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

R = 37.33%
G = 40.89%
B = 21.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#545C31 (or 0x545C31) is known color: Saratoga. HEX triplet: 54, 5C and 31. RGB value is (84,92,49). Sum of RGB (Red+Green+Blue) = 84+92+49=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 92 - color contains mainly: green. Hex color #545C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C31 is #ABA3CE. Grayscale: #545454. Windows color (decimal): -11248591 or 3234900. OLE color: 3234900.

HSL color Cylindrical-coordinate representation of color #545C31: hue angle of 71.16º degrees, saturation: 0.3, 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 #545C31 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 92 49 -
CMYK 0.09 0 0.47 0.64
HSL 71.16º 0.3% 0.28% -
HSV(B) 71.16º 0.47% 0.36% -
XYZ 8.04 9.76 4.37 -
YUV 84.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 84 92 49 0.09 0 0.47 0.64 71.16 0.3 0.28
Hex 54 5C 31 9 0 2F 40 47 1E 1C
Octal 124 134 61 11 0 57 100 107 36 34
Binary 1010100 1011100 110001 1001 0 101111 1000000 1000111 11110 11100

Color Harmonies of #545C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C31

Black with #545C31

Text Example


Text Example

White with #545C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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