Html Css Color HEX #544B44 Cork

📋 copy color: '#544B44'

red 84 ◦ green 75 ◦ blue 68

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

Shades of Cork #544B44

Tints of Cork #544B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 37%
G = 33.04%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#544B44 (or 0x544B44) is known color: Cork. HEX triplet: 54, 4B and 44. RGB value is (84,75,68). Sum of RGB (Red+Green+Blue) = 84+75+68=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #544B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B44 is #ABB4BB. Grayscale: #4C4C4C. Windows color (decimal): -11252924 or 4475732. OLE color: 4475732.

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

Color convert

RGB 84 75 68 -
CMYK 0 0.11 0.19 0.67
HSL 26.25º 0.11% 0.3% -
HSV(B) 26.25º 0.19% 0.33% -
XYZ 7.22 7.33 6.5 -
YUV 76.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 84 75 68 0 0.11 0.19 0.67 26.25 0.11 0.3
Hex 54 4B 44 0 B 13 43 1A B 1E
Octal 124 113 104 0 13 23 103 32 13 36
Binary 1010100 1001011 1000100 0 1011 10011 1000011 11010 1011 11110

Color Harmonies of #544B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B44

Black with #544B44

Text Example


Text Example

White with #544B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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