Html Css Color HEX #545427 Saratoga

📋 copy color: '#545427'

red 84 ◦ green 84 ◦ blue 39

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

Shades of Saratoga #545427

Tints of Saratoga #545427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 40.58%
G = 40.58%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#545427 (or 0x545427) is known color: Saratoga. HEX triplet: 54, 54 and 27. RGB value is (84,84,39). Sum of RGB (Red+Green+Blue) = 84+84+39=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545427 is #ABABD8. Grayscale: #4F4F4F. Windows color (decimal): -11250649 or 2577492. OLE color: 2577492.

HSL color Cylindrical-coordinate representation of color #545427: hue angle of 60º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #545427 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 39 -
CMYK 0 0 0.54 0.67
HSL 60º 0.37% 0.24% -
HSV(B) 60º 0.54% 0.33% -
XYZ 7.19 8.37 3.16 -
YUV 78.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 84 84 39 0 0 0.54 0.67 60 0.37 0.24
Hex 54 54 27 0 0 36 43 3C 25 18
Octal 124 124 47 0 0 66 103 74 45 30
Binary 1010100 1010100 100111 0 0 110110 1000011 111100 100101 11000

Color Harmonies of #545427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545427

Black with #545427

Text Example


Text Example

White with #545427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545427; }

 p { color: rgb(84,84,39); }

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

background-color css

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

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

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

border-color css

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

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

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