Html Css Color HEX #545C37 Saratoga

📋 copy color: '#545C37'

red 84 ◦ green 92 ◦ blue 55

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

Shades of Saratoga #545C37

Tints of Saratoga #545C37

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.83%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 36.36%
G = 39.83%
B = 23.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#545C37 (or 0x545C37) is known color: Saratoga. HEX triplet: 54, 5C and 37. RGB value is (84,92,55). Sum of RGB (Red+Green+Blue) = 84+92+55=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #545C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545C37 is #ABA3C8. Grayscale: #555555. Windows color (decimal): -11248585 or 3628116. OLE color: 3628116.

HSL color Cylindrical-coordinate representation of color #545C37: hue angle of 72.97º 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 #545C37 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 92 55 -
CMYK 0.09 0 0.40 0.64
HSL 72.97º 0.25% 0.29% -
HSV(B) 72.97º 0.4% 0.36% -
XYZ 8.17 9.81 5.08 -
YUV 85.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 84 92 55 0.09 0 0.40 0.64 72.97 0.25 0.29
Hex 54 5C 37 9 0 28 40 49 19 1D
Octal 124 134 67 11 0 50 100 111 31 35
Binary 1010100 1011100 110111 1001 0 101000 1000000 1001001 11001 11101

Color Harmonies of #545C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C37

Black with #545C37

Text Example


Text Example

White with #545C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,92,55); }

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

background-color css

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

 a { background-color: rgb(84,92,55); }

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

border-color css

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

 span { border-color: rgb(84,92,55); }

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