Html Css Color HEX #545835 Saratoga

📋 copy color: '#545835'

red 84 ◦ green 88 ◦ blue 53

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

Shades of Saratoga #545835

Tints of Saratoga #545835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 37.33%
G = 39.11%
B = 23.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#545835 (or 0x545835) is known color: Saratoga. HEX triplet: 54, 58 and 35. RGB value is (84,88,53). Sum of RGB (Red+Green+Blue) = 84+88+53=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #545835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545835 is #ABA7CA. Grayscale: #525252. Windows color (decimal): -11249611 or 3496020. OLE color: 3496020.

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

Color convert

RGB 84 88 53 -
CMYK 0.05 0 0.40 0.65
HSL 66.86º 0.25% 0.28% -
HSV(B) 66.86º 0.4% 0.35% -
XYZ 7.79 9.12 4.72 -
YUV 82.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 84 88 53 0.05 0 0.40 0.65 66.86 0.25 0.28
Hex 54 58 35 5 0 28 41 43 19 1C
Octal 124 130 65 5 0 50 101 103 31 34
Binary 1010100 1011000 110101 101 0 101000 1000001 1000011 11001 11100

Color Harmonies of #545835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545835

Black with #545835

Text Example


Text Example

White with #545835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545835; }

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

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

background-color css

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

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

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

border-color css

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

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

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