Html Css Color HEX #545929 Saratoga

📋 copy color: '#545929'

red 84 ◦ green 89 ◦ blue 41

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

Shades of Saratoga #545929

Tints of Saratoga #545929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 39.25%
G = 41.59%
B = 19.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#545929 (or 0x545929) is known color: Saratoga. HEX triplet: 54, 59 and 29. RGB value is (84,89,41). Sum of RGB (Red+Green+Blue) = 84+89+41=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #545929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545929 is #ABA6D6. Grayscale: #525252. Windows color (decimal): -11249367 or 2709844. OLE color: 2709844.

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

Color convert

RGB 84 89 41 -
CMYK 0.06 0 0.54 0.65
HSL 66.25º 0.37% 0.25% -
HSV(B) 66.25º 0.54% 0.35% -
XYZ 7.63 9.19 3.47 -
YUV 82.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 84 89 41 0.06 0 0.54 0.65 66.25 0.37 0.25
Hex 54 59 29 6 0 36 41 42 25 19
Octal 124 131 51 6 0 66 101 102 45 31
Binary 1010100 1011001 101001 110 0 110110 1000001 1000010 100101 11001

Color Harmonies of #545929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545929

Black with #545929

Text Example


Text Example

White with #545929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545929; }

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

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

background-color css

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

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

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

border-color css

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

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

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