Html Css Color HEX #544640 Cork

📋 copy color: '#544640'

red 84 ◦ green 70 ◦ blue 64

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

Shades of Cork #544640

Tints of Cork #544640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 38.53%
G = 32.11%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544640 (or 0x544640) is known color: Cork. HEX triplet: 54, 46 and 40. RGB value is (84,70,64). Sum of RGB (Red+Green+Blue) = 84+70+64=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #544640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544640 is #ABB9BF. Grayscale: #494949. Windows color (decimal): -11254208 or 4212308. OLE color: 4212308.

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

Color convert

RGB 84 70 64 -
CMYK 0 0.17 0.24 0.67
HSL 18º 0.14% 0.29% -
HSV(B) 18º 0.24% 0.33% -
XYZ 6.77 6.64 5.77 -
YUV 73.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 84 70 64 0 0.17 0.24 0.67 18 0.14 0.29
Hex 54 46 40 0 11 18 43 12 E 1D
Octal 124 106 100 0 21 30 103 22 16 35
Binary 1010100 1000110 1000000 0 10001 11000 1000011 10010 1110 11101

Color Harmonies of #544640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544640

Black with #544640

Text Example


Text Example

White with #544640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544640; }

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

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

background-color css

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

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

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

border-color css

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

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

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