Html Css Color HEX #544A44 Cork

📋 copy color: '#544A44'

red 84 ◦ green 74 ◦ blue 68

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

Shades of Cork #544A44

Tints of Cork #544A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 68 (26.95% from 255) = 30.09%

R = 37.17%
G = 32.74%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#544A44 (or 0x544A44) is known color: Cork. HEX triplet: 54, 4A and 44. RGB value is (84,74,68). Sum of RGB (Red+Green+Blue) = 84+74+68=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #544A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A44 is #ABB5BB. Grayscale: #4C4C4C. Windows color (decimal): -11253180 or 4475476. OLE color: 4475476.

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

Color convert

RGB 84 74 68 -
CMYK 0 0.12 0.19 0.67
HSL 22.5º 0.11% 0.3% -
HSV(B) 22.5º 0.19% 0.33% -
XYZ 7.15 7.2 6.48 -
YUV 76.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 84 74 68 0 0.12 0.19 0.67 22.5 0.11 0.3
Hex 54 4A 44 0 C 13 43 16 B 1E
Octal 124 112 104 0 14 23 103 26 13 36
Binary 1010100 1001010 1000100 0 1100 10011 1000011 10110 1011 11110

Color Harmonies of #544A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A44

Black with #544A44

Text Example


Text Example

White with #544A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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