Html Css Color HEX #544442 Woody Brown

📋 copy color: '#544442'

red 84 ◦ green 68 ◦ blue 66

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

Shades of Woody Brown #544442

Tints of Woody Brown #544442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 38.53%
G = 31.19%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#544442 (or 0x544442) is known color: Woody Brown. HEX triplet: 54, 44 and 42. RGB value is (84,68,66). Sum of RGB (Red+Green+Blue) = 84+68+66=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #544442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544442 is #ABBBBD. Grayscale: #484848. Windows color (decimal): -11254718 or 4342868. OLE color: 4342868.

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

Color convert

RGB 84 68 66 -
CMYK 0 0.19 0.21 0.67
HSL 6.67º 0.12% 0.29% -
HSV(B) 6.67º 0.21% 0.33% -
XYZ 6.71 6.41 6.04 -
YUV 72.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 84 68 66 0 0.19 0.21 0.67 6.67 0.12 0.29
Hex 54 44 42 0 13 15 43 7 C 1D
Octal 124 104 102 0 23 25 103 7 14 35
Binary 1010100 1000100 1000010 0 10011 10101 1000011 111 1100 11101

Color Harmonies of #544442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544442

Black with #544442

Text Example


Text Example

White with #544442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544442; }

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

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

background-color css

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

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

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

border-color css

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

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

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