Html Css Color HEX #545736 Saratoga

📋 copy color: '#545736'

red 84 ◦ green 87 ◦ blue 54

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

Shades of Saratoga #545736

Tints of Saratoga #545736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

 BLUE value IS 54 (21.48% from 255) = 24%

R = 37.33%
G = 38.67%
B = 24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#545736 (or 0x545736) is known color: Saratoga. HEX triplet: 54, 57 and 36. RGB value is (84,87,54). Sum of RGB (Red+Green+Blue) = 84+87+54=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #545736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545736 is #ABA8C9. Grayscale: #525252. Windows color (decimal): -11249866 or 3561300. OLE color: 3561300.

HSL color Cylindrical-coordinate representation of color #545736: hue angle of 65.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #545736 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB 84 87 54 -
CMYK 0.03 0 0.38 0.66
HSL 65.45º 0.23% 0.28% -
HSV(B) 65.45º 0.38% 0.34% -
XYZ 7.73 8.97 4.81 -
YUV 82.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 84 87 54 0.03 0 0.38 0.66 65.45 0.23 0.28
Hex 54 57 36 3 0 26 42 41 17 1C
Octal 124 127 66 3 0 46 102 101 27 34
Binary 1010100 1010111 110110 11 0 100110 1000010 1000001 10111 11100

Color Harmonies of #545736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545736

Black with #545736

Text Example


Text Example

White with #545736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545736; }

 p { color: rgb(84,87,54); }

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

background-color css

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

 a { background-color: rgb(84,87,54); }

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

border-color css

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

 span { border-color: rgb(84,87,54); }

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