Html Css Color HEX #545932 Saratoga

📋 copy color: '#545932'

red 84 ◦ green 89 ◦ blue 50

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

Shades of Saratoga #545932

Tints of Saratoga #545932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 37.67%
G = 39.91%
B = 22.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#545932 (or 0x545932) is known color: Saratoga. HEX triplet: 54, 59 and 32. RGB value is (84,89,50). Sum of RGB (Red+Green+Blue) = 84+89+50=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #545932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545932 is #ABA6CD. Grayscale: #535353. Windows color (decimal): -11249358 or 3299668. OLE color: 3299668.

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

Color convert

RGB 84 89 50 -
CMYK 0.06 0 0.44 0.65
HSL 67.69º 0.28% 0.27% -
HSV(B) 67.69º 0.44% 0.35% -
XYZ 7.8 9.26 4.39 -
YUV 83.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 84 89 50 0.06 0 0.44 0.65 67.69 0.28 0.27
Hex 54 59 32 6 0 2C 41 44 1C 1B
Octal 124 131 62 6 0 54 101 104 34 33
Binary 1010100 1011001 110010 110 0 101100 1000001 1000100 11100 11011

Color Harmonies of #545932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545932

Black with #545932

Text Example


Text Example

White with #545932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545932; }

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

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

background-color css

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

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

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

border-color css

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

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

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