Html Css Color HEX #544943 Cork

📋 copy color: '#544943'

red 84 ◦ green 73 ◦ blue 67

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

Shades of Cork #544943

Tints of Cork #544943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.91%

R = 37.5%
G = 32.59%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#544943 (or 0x544943) is known color: Cork. HEX triplet: 54, 49 and 43. RGB value is (84,73,67). Sum of RGB (Red+Green+Blue) = 84+73+67=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544943 is #ABB6BC. Grayscale: #4B4B4B. Windows color (decimal): -11253437 or 4409684. OLE color: 4409684.

HSL color Cylindrical-coordinate representation of color #544943: hue angle of 21.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544943 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 73 67 -
CMYK 0 0.13 0.20 0.67
HSL 21.18º 0.11% 0.3% -
HSV(B) 21.18º 0.2% 0.33% -
XYZ 7.05 7.06 6.3 -
YUV 75.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 84 73 67 0 0.13 0.20 0.67 21.18 0.11 0.3
Hex 54 49 43 0 D 14 43 15 B 1E
Octal 124 111 103 0 15 24 103 25 13 36
Binary 1010100 1001001 1000011 0 1101 10100 1000011 10101 1011 11110

Color Harmonies of #544943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544943

Black with #544943

Text Example


Text Example

White with #544943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544943; }

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

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

background-color css

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

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

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

border-color css

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

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

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