Html Css Color HEX #545830 Saratoga

📋 copy color: '#545830'

red 84 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #545830

Tints of Saratoga #545830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 38.18%
G = 40%
B = 21.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#545830 (or 0x545830) is known color: Saratoga. HEX triplet: 54, 58 and 30. RGB value is (84,88,48). Sum of RGB (Red+Green+Blue) = 84+88+48=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #545830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545830 is #ABA7CF. Grayscale: #525252. Windows color (decimal): -11249616 or 3168340. OLE color: 3168340.

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

Color convert

RGB 84 88 48 -
CMYK 0.05 0 0.45 0.65
HSL 66º 0.29% 0.27% -
HSV(B) 66º 0.45% 0.35% -
XYZ 7.68 9.08 4.14 -
YUV 82.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 84 88 48 0.05 0 0.45 0.65 66 0.29 0.27
Hex 54 58 30 5 0 2D 41 42 1D 1B
Octal 124 130 60 5 0 55 101 102 35 33
Binary 1010100 1011000 110000 101 0 101101 1000001 1000010 11101 11011

Color Harmonies of #545830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545830

Black with #545830

Text Example


Text Example

White with #545830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545830; }

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

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

background-color css

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

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

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

border-color css

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

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

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