Html Css Color HEX #545F36 Saratoga

📋 copy color: '#545F36'

red 84 ◦ green 95 ◦ blue 54

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

Shades of Saratoga #545F36

Tints of Saratoga #545F36

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.77%

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 36.05%
G = 40.77%
B = 23.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#545F36 (or 0x545F36) is known color: Saratoga. HEX triplet: 54, 5F and 36. RGB value is (84,95,54). Sum of RGB (Red+Green+Blue) = 84+95+54=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #545F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F36 is #ABA0C9. Grayscale: #575757. Windows color (decimal): -11247818 or 3563348. OLE color: 3563348.

HSL color Cylindrical-coordinate representation of color #545F36: hue angle of 76.1º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #545F36 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 95 54 -
CMYK 0.12 0 0.43 0.63
HSL 76.1º 0.28% 0.29% -
HSV(B) 76.1º 0.43% 0.37% -
XYZ 8.41 10.34 5.04 -
YUV 87.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 84 95 54 0.12 0 0.43 0.63 76.1 0.28 0.29
Hex 54 5F 36 C 0 2B 3F 4C 1C 1D
Octal 124 137 66 14 0 53 77 114 34 35
Binary 1010100 1011111 110110 1100 0 101011 111111 1001100 11100 11101

Color Harmonies of #545F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545F36

Black with #545F36

Text Example


Text Example

White with #545F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,95,54); }

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

background-color css

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

 a { background-color: rgb(84,95,54); }

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

border-color css

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

 span { border-color: rgb(84,95,54); }

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