Html Css Color HEX #545836 Saratoga

📋 copy color: '#545836'

red 84 ◦ green 88 ◦ blue 54

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

Shades of Saratoga #545836

Tints of Saratoga #545836

RGB

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

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

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

R = 37.17%
G = 38.94%
B = 23.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#545836 (or 0x545836) is known color: Saratoga. HEX triplet: 54, 58 and 36. RGB value is (84,88,54). Sum of RGB (Red+Green+Blue) = 84+88+54=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #545836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545836 is #ABA7C9. Grayscale: #535353. Windows color (decimal): -11249610 or 3561556. OLE color: 3561556.

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

Color convert

RGB 84 88 54 -
CMYK 0.05 0 0.39 0.65
HSL 67.06º 0.24% 0.28% -
HSV(B) 67.06º 0.39% 0.35% -
XYZ 7.81 9.13 4.84 -
YUV 82.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 84 88 54 0.05 0 0.39 0.65 67.06 0.24 0.28
Hex 54 58 36 5 0 27 41 43 18 1C
Octal 124 130 66 5 0 47 101 103 30 34
Binary 1010100 1011000 110110 101 0 100111 1000001 1000011 11000 11100

Color Harmonies of #545836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545836

Black with #545836

Text Example


Text Example

White with #545836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545836; }

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

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

background-color css

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

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

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

border-color css

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

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

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