Html Css Color HEX #544140 Woody Brown

📋 copy color: '#544140'

red 84 ◦ green 65 ◦ blue 64

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

Shades of Woody Brown #544140

Tints of Woody Brown #544140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 39.44%
G = 30.52%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544140 (or 0x544140) is known color: Woody Brown. HEX triplet: 54, 41 and 40. RGB value is (84,65,64). Sum of RGB (Red+Green+Blue) = 84+65+64=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 84 - color contains mainly: red. Hex color #544140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544140 is #ABBEBF. Grayscale: #464646. Windows color (decimal): -11255488 or 4211028. OLE color: 4211028.

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

Color convert

RGB 84 65 64 -
CMYK 0 0.23 0.24 0.67
HSL 0.14% 0.29% -
HSV(B) 0.24% 0.33% -
XYZ 6.47 6.04 5.67 -
YUV 70.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 84 65 64 0 0.23 0.24 0.67 3 0.14 0.29
Hex 54 41 40 0 17 18 43 3 E 1D
Octal 124 101 100 0 27 30 103 3 16 35
Binary 1010100 1000001 1000000 0 10111 11000 1000011 11 1110 11101

Color Harmonies of #544140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544140

Black with #544140

Text Example


Text Example

White with #544140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544140; }

 p { color: rgb(84,65,64); }

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

background-color css

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

 a { background-color: rgb(84,65,64); }

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

border-color css

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

 span { border-color: rgb(84,65,64); }

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