Html Css Color HEX #544940 Cork

📋 copy color: '#544940'

red 84 ◦ green 73 ◦ blue 64

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

Shades of Cork #544940

Tints of Cork #544940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 38.01%
G = 33.03%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544940 (or 0x544940) is known color: Cork. HEX triplet: 54, 49 and 40. RGB value is (84,73,64). Sum of RGB (Red+Green+Blue) = 84+73+64=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544940 is #ABB6BF. Grayscale: #4B4B4B. Windows color (decimal): -11253440 or 4213076. OLE color: 4213076.

HSL color Cylindrical-coordinate representation of color #544940: hue angle of 27º 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 #544940 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 64 -
CMYK 0 0.13 0.24 0.67
HSL 27º 0.14% 0.29% -
HSV(B) 27º 0.24% 0.33% -
XYZ 6.96 7.02 5.84 -
YUV 75.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 84 73 64 0 0.13 0.24 0.67 27 0.14 0.29
Hex 54 49 40 0 D 18 43 1B E 1D
Octal 124 111 100 0 15 30 103 33 16 35
Binary 1010100 1001001 1000000 0 1101 11000 1000011 11011 1110 11101

Color Harmonies of #544940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544940

Black with #544940

Text Example


Text Example

White with #544940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544940; }

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

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

background-color css

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

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

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

border-color css

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

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

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