Html Css Color HEX #545824 Saratoga

📋 copy color: '#545824'

red 84 ◦ green 88 ◦ blue 36

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

Shades of Saratoga #545824

Tints of Saratoga #545824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.31%

 BLUE value IS 36 (14.45% from 255) = 17.31%

R = 40.38%
G = 42.31%
B = 17.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#545824 (or 0x545824) is known color: Saratoga. HEX triplet: 54, 58 and 24. RGB value is (84,88,36). Sum of RGB (Red+Green+Blue) = 84+88+36=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #545824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545824 is #ABA7DB. Grayscale: #515151. Windows color (decimal): -11249628 or 2381908. OLE color: 2381908.

HSL color Cylindrical-coordinate representation of color #545824: hue angle of 64.62º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545824 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 36 -
CMYK 0.05 0 0.59 0.65
HSL 64.62º 0.42% 0.24% -
HSV(B) 64.62º 0.59% 0.35% -
XYZ 7.46 8.99 3.01 -
YUV 80.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 84 88 36 0.05 0 0.59 0.65 64.62 0.42 0.24
Hex 54 58 24 5 0 3B 41 41 2A 18
Octal 124 130 44 5 0 73 101 101 52 30
Binary 1010100 1011000 100100 101 0 111011 1000001 1000001 101010 11000

Color Harmonies of #545824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545824

Black with #545824

Text Example


Text Example

White with #545824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545824; }

 p { color: rgb(84,88,36); }

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

background-color css

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

 a { background-color: rgb(84,88,36); }

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

border-color css

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

 span { border-color: rgb(84,88,36); }

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