Html Css Color HEX #544740 Cork

📋 copy color: '#544740'

red 84 ◦ green 71 ◦ blue 64

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

Shades of Cork #544740

Tints of Cork #544740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 38.36%
G = 32.42%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544740 (or 0x544740) is known color: Cork. HEX triplet: 54, 47 and 40. RGB value is (84,71,64). Sum of RGB (Red+Green+Blue) = 84+71+64=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544740 is #ABB8BF. Grayscale: #4A4A4A. Windows color (decimal): -11253952 or 4212564. OLE color: 4212564.

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

Color convert

RGB 84 71 64 -
CMYK 0 0.15 0.24 0.67
HSL 21º 0.14% 0.29% -
HSV(B) 21º 0.24% 0.33% -
XYZ 6.83 6.76 5.8 -
YUV 74.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 84 71 64 0 0.15 0.24 0.67 21 0.14 0.29
Hex 54 47 40 0 F 18 43 15 E 1D
Octal 124 107 100 0 17 30 103 25 16 35
Binary 1010100 1000111 1000000 0 1111 11000 1000011 10101 1110 11101

Color Harmonies of #544740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544740

Black with #544740

Text Example


Text Example

White with #544740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544740; }

 p { color: rgb(84,71,64); }

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

background-color css

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

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

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

border-color css

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

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

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