Html Css Color HEX #544E4A Cork

📋 copy color: '#544E4A'

red 84 ◦ green 78 ◦ blue 74

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

Shades of Cork #544E4A

Tints of Cork #544E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.05%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 35.59%
G = 33.05%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#544E4A (or 0x544E4A) is known color: Cork. HEX triplet: 54, 4E and 4A. RGB value is (84,78,74). Sum of RGB (Red+Green+Blue) = 84+78+74=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E4A is #ABB1B5. Grayscale: #4F4F4F. Windows color (decimal): -11252150 or 4869716. OLE color: 4869716.

HSL color Cylindrical-coordinate representation of color #544E4A: hue angle of 24º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544E4A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 78 74 -
CMYK 0 0.07 0.12 0.67
HSL 24º 0.06% 0.31% -
HSV(B) 24º 0.12% 0.33% -
XYZ 7.62 7.83 7.59 -
YUV 79.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 84 78 74 0 0.07 0.12 0.67 24 0.06 0.31
Hex 54 4E 4A 0 7 C 43 18 6 1F
Octal 124 116 112 0 7 14 103 30 6 37
Binary 1010100 1001110 1001010 0 111 1100 1000011 11000 110 11111

Color Harmonies of #544E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544E4A

Black with #544E4A

Text Example


Text Example

White with #544E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,78,74); }

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

background-color css

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

 a { background-color: rgb(84,78,74); }

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

border-color css

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

 span { border-color: rgb(84,78,74); }

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