Html Css Color HEX #544741 Cork

📋 copy color: '#544741'

red 84 ◦ green 71 ◦ blue 65

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

Shades of Cork #544741

Tints of Cork #544741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

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

R = 38.18%
G = 32.27%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#544741 (or 0x544741) is known color: Cork. HEX triplet: 54, 47 and 41. RGB value is (84,71,65). Sum of RGB (Red+Green+Blue) = 84+71+65=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544741 is #ABB8BE. Grayscale: #4A4A4A. Windows color (decimal): -11253951 or 4278100. OLE color: 4278100.

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

Color convert

RGB 84 71 65 -
CMYK 0 0.15 0.23 0.67
HSL 18.95º 0.13% 0.29% -
HSV(B) 18.95º 0.23% 0.33% -
XYZ 6.86 6.77 5.95 -
YUV 74.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 84 71 65 0 0.15 0.23 0.67 18.95 0.13 0.29
Hex 54 47 41 0 F 17 43 13 D 1D
Octal 124 107 101 0 17 27 103 23 15 35
Binary 1010100 1000111 1000001 0 1111 10111 1000011 10011 1101 11101

Color Harmonies of #544741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544741

Black with #544741

Text Example


Text Example

White with #544741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544741; }

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

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

background-color css

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

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

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

border-color css

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

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

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