Html Css Color HEX #544842 Cork

📋 copy color: '#544842'

red 84 ◦ green 72 ◦ blue 66

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

Shades of Cork #544842

Tints of Cork #544842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 37.84%
G = 32.43%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#544842 (or 0x544842) is known color: Cork. HEX triplet: 54, 48 and 42. RGB value is (84,72,66). Sum of RGB (Red+Green+Blue) = 84+72+66=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544842 is #ABB7BD. Grayscale: #4A4A4A. Windows color (decimal): -11253694 or 4343892. OLE color: 4343892.

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

Color convert

RGB 84 72 66 -
CMYK 0 0.14 0.21 0.67
HSL 20º 0.12% 0.29% -
HSV(B) 20º 0.21% 0.33% -
XYZ 6.96 6.91 6.12 -
YUV 74.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 84 72 66 0 0.14 0.21 0.67 20 0.12 0.29
Hex 54 48 42 0 E 15 43 14 C 1D
Octal 124 110 102 0 16 25 103 24 14 35
Binary 1010100 1001000 1000010 0 1110 10101 1000011 10100 1100 11101

Color Harmonies of #544842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544842

Black with #544842

Text Example


Text Example

White with #544842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544842; }

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

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

background-color css

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

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

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

border-color css

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

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

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