Html Css Color HEX #544A43 Cork

📋 copy color: '#544A43'

red 84 ◦ green 74 ◦ blue 67

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

Shades of Cork #544A43

Tints of Cork #544A43

RGB

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

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

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

R = 37.33%
G = 32.89%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#544A43 (or 0x544A43) is known color: Cork. HEX triplet: 54, 4A and 43. RGB value is (84,74,67). Sum of RGB (Red+Green+Blue) = 84+74+67=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #544A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A43 is #ABB5BC. Grayscale: #4C4C4C. Windows color (decimal): -11253181 or 4409940. OLE color: 4409940.

HSL color Cylindrical-coordinate representation of color #544A43: hue angle of 24.71º 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 #544A43 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 74 67 -
CMYK 0 0.12 0.20 0.67
HSL 24.71º 0.11% 0.3% -
HSV(B) 24.71º 0.2% 0.33% -
XYZ 7.12 7.19 6.32 -
YUV 76.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 84 74 67 0 0.12 0.20 0.67 24.71 0.11 0.3
Hex 54 4A 43 0 C 14 43 19 B 1E
Octal 124 112 103 0 14 24 103 31 13 36
Binary 1010100 1001010 1000011 0 1100 10100 1000011 11001 1011 11110

Color Harmonies of #544A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A43

Black with #544A43

Text Example


Text Example

White with #544A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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