Html Css Color HEX #545D38 Saratoga

📋 copy color: '#545D38'

red 84 ◦ green 93 ◦ blue 56

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

Shades of Saratoga #545D38

Tints of Saratoga #545D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.91%

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 36.05%
G = 39.91%
B = 24.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#545D38 (or 0x545D38) is known color: Saratoga. HEX triplet: 54, 5D and 38. RGB value is (84,93,56). Sum of RGB (Red+Green+Blue) = 84+93+56=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 93 - color contains mainly: green. Hex color #545D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D38 is #ABA2C7. Grayscale: #565656. Windows color (decimal): -11248328 or 3693908. OLE color: 3693908.

HSL color Cylindrical-coordinate representation of color #545D38: hue angle of 74.59º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545D38 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 93 56 -
CMYK 0.10 0 0.40 0.64
HSL 74.59º 0.25% 0.29% -
HSV(B) 74.59º 0.4% 0.36% -
XYZ 8.28 10 5.23 -
YUV 86.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 84 93 56 0.10 0 0.40 0.64 74.59 0.25 0.29
Hex 54 5D 38 A 0 28 40 4B 19 1D
Octal 124 135 70 12 0 50 100 113 31 35
Binary 1010100 1011101 111000 1010 0 101000 1000000 1001011 11001 11101

Color Harmonies of #545D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D38

Black with #545D38

Text Example


Text Example

White with #545D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D38; }

 p { color: rgb(84,93,56); }

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

background-color css

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

 a { background-color: rgb(84,93,56); }

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

border-color css

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

 span { border-color: rgb(84,93,56); }

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