Html Css Color HEX #544C47 Cork

📋 copy color: '#544C47'

red 84 ◦ green 76 ◦ blue 71

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

Shades of Cork #544C47

Tints of Cork #544C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 36.36%
G = 32.9%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#544C47 (or 0x544C47) is known color: Cork. HEX triplet: 54, 4C and 47. RGB value is (84,76,71). Sum of RGB (Red+Green+Blue) = 84+76+71=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #544C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C47 is #ABB3B8. Grayscale: #4D4D4D. Windows color (decimal): -11252665 or 4672596. OLE color: 4672596.

HSL color Cylindrical-coordinate representation of color #544C47: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #544C47 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 76 71 -
CMYK 0 0.10 0.15 0.67
HSL 23.08º 0.08% 0.3% -
HSV(B) 23.08º 0.15% 0.33% -
XYZ 7.38 7.51 7.02 -
YUV 77.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 84 76 71 0 0.10 0.15 0.67 23.08 0.08 0.3
Hex 54 4C 47 0 A F 43 17 8 1E
Octal 124 114 107 0 12 17 103 27 10 36
Binary 1010100 1001100 1000111 0 1010 1111 1000011 10111 1000 11110

Color Harmonies of #544C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C47

Black with #544C47

Text Example


Text Example

White with #544C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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