Html Css Color HEX #545931 Saratoga

📋 copy color: '#545931'

red 84 ◦ green 89 ◦ blue 49

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

Shades of Saratoga #545931

Tints of Saratoga #545931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

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

R = 37.84%
G = 40.09%
B = 22.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#545931 (or 0x545931) is known color: Saratoga. HEX triplet: 54, 59 and 31. RGB value is (84,89,49). Sum of RGB (Red+Green+Blue) = 84+89+49=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #545931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545931 is #ABA6CE. Grayscale: #535353. Windows color (decimal): -11249359 or 3234132. OLE color: 3234132.

HSL color Cylindrical-coordinate representation of color #545931: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #545931 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 49 -
CMYK 0.06 0 0.45 0.65
HSL 67.5º 0.29% 0.27% -
HSV(B) 67.5º 0.45% 0.35% -
XYZ 7.78 9.25 4.28 -
YUV 82.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 84 89 49 0.06 0 0.45 0.65 67.5 0.29 0.27
Hex 54 59 31 6 0 2D 41 44 1D 1B
Octal 124 131 61 6 0 55 101 104 35 33
Binary 1010100 1011001 110001 110 0 101101 1000001 1000100 11101 11011

Color Harmonies of #545931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545931

Black with #545931

Text Example


Text Example

White with #545931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545931; }

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

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

background-color css

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

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

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

border-color css

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

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

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