Html Css Color HEX #544941 Cork

📋 copy color: '#544941'

red 84 ◦ green 73 ◦ blue 65

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

Shades of Cork #544941

Tints of Cork #544941

RGB

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

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

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

R = 37.84%
G = 32.88%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#544941 (or 0x544941) is known color: Cork. HEX triplet: 54, 49 and 41. RGB value is (84,73,65). Sum of RGB (Red+Green+Blue) = 84+73+65=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544941 is #ABB6BE. Grayscale: #4B4B4B. Windows color (decimal): -11253439 or 4278612. OLE color: 4278612.

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

Color convert

RGB 84 73 65 -
CMYK 0 0.13 0.23 0.67
HSL 25.26º 0.13% 0.29% -
HSV(B) 25.26º 0.23% 0.33% -
XYZ 6.99 7.03 5.99 -
YUV 75.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 84 73 65 0 0.13 0.23 0.67 25.26 0.13 0.29
Hex 54 49 41 0 D 17 43 19 D 1D
Octal 124 111 101 0 15 27 103 31 15 35
Binary 1010100 1001001 1000001 0 1101 10111 1000011 11001 1101 11101

Color Harmonies of #544941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544941

Black with #544941

Text Example


Text Example

White with #544941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544941; }

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

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

background-color css

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

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

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

border-color css

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

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

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