Html Css Color HEX #544840 Cork

📋 copy color: '#544840'

red 84 ◦ green 72 ◦ blue 64

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

Shades of Cork #544840

Tints of Cork #544840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 38.18%
G = 32.73%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544840 (or 0x544840) is known color: Cork. HEX triplet: 54, 48 and 40. RGB value is (84,72,64). Sum of RGB (Red+Green+Blue) = 84+72+64=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544840 is #ABB7BF. Grayscale: #4A4A4A. Windows color (decimal): -11253696 or 4212820. OLE color: 4212820.

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

Color convert

RGB 84 72 64 -
CMYK 0 0.14 0.24 0.67
HSL 24º 0.14% 0.29% -
HSV(B) 24º 0.24% 0.33% -
XYZ 6.9 6.89 5.82 -
YUV 74.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 84 72 64 0 0.14 0.24 0.67 24 0.14 0.29
Hex 54 48 40 0 E 18 43 18 E 1D
Octal 124 110 100 0 16 30 103 30 16 35
Binary 1010100 1001000 1000000 0 1110 11000 1000011 11000 1110 11101

Color Harmonies of #544840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544840

Black with #544840

Text Example


Text Example

White with #544840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544840; }

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

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

background-color css

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

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

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

border-color css

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

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

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