Html Css Color HEX #544841 Cork

📋 copy color: '#544841'

red 84 ◦ green 72 ◦ blue 65

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

Shades of Cork #544841

Tints of Cork #544841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 38.01%
G = 32.58%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#544841 (or 0x544841) is known color: Cork. HEX triplet: 54, 48 and 41. RGB value is (84,72,65). Sum of RGB (Red+Green+Blue) = 84+72+65=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544841 is #ABB7BE. Grayscale: #4A4A4A. Windows color (decimal): -11253695 or 4278356. OLE color: 4278356.

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

Color convert

RGB 84 72 65 -
CMYK 0 0.14 0.23 0.67
HSL 22.11º 0.13% 0.29% -
HSV(B) 22.11º 0.23% 0.33% -
XYZ 6.93 6.9 5.97 -
YUV 74.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 84 72 65 0 0.14 0.23 0.67 22.11 0.13 0.29
Hex 54 48 41 0 E 17 43 16 D 1D
Octal 124 110 101 0 16 27 103 26 15 35
Binary 1010100 1001000 1000001 0 1110 10111 1000011 10110 1101 11101

Color Harmonies of #544841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544841

Black with #544841

Text Example


Text Example

White with #544841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544841; }

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

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

background-color css

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

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

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

border-color css

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

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

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