Html Css Color HEX #545522 Saratoga

📋 copy color: '#545522'

red 84 ◦ green 85 ◦ blue 34

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

Shades of Saratoga #545522

Tints of Saratoga #545522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 41.38%
G = 41.87%
B = 16.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#545522 (or 0x545522) is known color: Saratoga. HEX triplet: 54, 55 and 22. RGB value is (84,85,34). Sum of RGB (Red+Green+Blue) = 84+85+34=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #545522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545522 is #ABAADD. Grayscale: #4F4F4F. Windows color (decimal): -11250398 or 2250068. OLE color: 2250068.

HSL color Cylindrical-coordinate representation of color #545522: hue angle of 61.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545522 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 85 34 -
CMYK 0.01 0 0.60 0.67
HSL 61.18º 0.43% 0.23% -
HSV(B) 61.18º 0.6% 0.33% -
XYZ 7.19 8.5 2.77 -
YUV 78.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 84 85 34 0.01 0 0.60 0.67 61.18 0.43 0.23
Hex 54 55 22 1 0 3C 43 3D 2B 17
Octal 124 125 42 1 0 74 103 75 53 27
Binary 1010100 1010101 100010 1 0 111100 1000011 111101 101011 10111

Color Harmonies of #545522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545522

Black with #545522

Text Example


Text Example

White with #545522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545522; }

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

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

background-color css

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

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

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

border-color css

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

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

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