Html Css Color HEX #545822 Saratoga

📋 copy color: '#545822'

red 84 ◦ green 88 ◦ blue 34

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

Shades of Saratoga #545822

Tints of Saratoga #545822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 40.78%
G = 42.72%
B = 16.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#545822 (or 0x545822) is known color: Saratoga. HEX triplet: 54, 58 and 22. RGB value is (84,88,34). Sum of RGB (Red+Green+Blue) = 84+88+34=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #545822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545822 is #ABA7DD. Grayscale: #505050. Windows color (decimal): -11249630 or 2250836. OLE color: 2250836.

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

Color convert

RGB 84 88 34 -
CMYK 0.05 0 0.61 0.65
HSL 64.44º 0.44% 0.24% -
HSV(B) 64.44º 0.61% 0.35% -
XYZ 7.43 8.98 2.85 -
YUV 80.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 84 88 34 0.05 0 0.61 0.65 64.44 0.44 0.24
Hex 54 58 22 5 0 3D 41 40 2C 18
Octal 124 130 42 5 0 75 101 100 54 30
Binary 1010100 1011000 100010 101 0 111101 1000001 1000000 101100 11000

Color Harmonies of #545822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545822

Black with #545822

Text Example


Text Example

White with #545822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545822; }

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

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

background-color css

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

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

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

border-color css

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

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

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