Html Css Color HEX #544B45 Cork

📋 copy color: '#544B45'

red 84 ◦ green 75 ◦ blue 69

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

Shades of Cork #544B45

Tints of Cork #544B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.26%

R = 36.84%
G = 32.89%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#544B45 (or 0x544B45) is known color: Cork. HEX triplet: 54, 4B and 45. RGB value is (84,75,69). Sum of RGB (Red+Green+Blue) = 84+75+69=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B45 is #ABB4BA. Grayscale: #4D4D4D. Windows color (decimal): -11252923 or 4541268. OLE color: 4541268.

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

Color convert

RGB 84 75 69 -
CMYK 0 0.11 0.18 0.67
HSL 24º 0.1% 0.3% -
HSV(B) 24º 0.18% 0.33% -
XYZ 7.25 7.35 6.67 -
YUV 77.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 84 75 69 0 0.11 0.18 0.67 24 0.1 0.3
Hex 54 4B 45 0 B 12 43 18 A 1E
Octal 124 113 105 0 13 22 103 30 12 36
Binary 1010100 1001011 1000101 0 1011 10010 1000011 11000 1010 11110

Color Harmonies of #544B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B45

Black with #544B45

Text Example


Text Example

White with #544B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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