Html Css Color HEX #544131 Brown Derby

📋 copy color: '#544131'

red 84 ◦ green 65 ◦ blue 49

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

Shades of Brown Derby #544131

Tints of Brown Derby #544131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 42.42%
G = 32.83%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#544131 (or 0x544131) is known color: Brown Derby. HEX triplet: 54, 41 and 31. RGB value is (84,65,49). Sum of RGB (Red+Green+Blue) = 84+65+49=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #544131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544131 is #ABBECE. Grayscale: #444444. Windows color (decimal): -11255503 or 3227988. OLE color: 3227988.

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

Color convert

RGB 84 65 49 -
CMYK 0 0.23 0.42 0.67
HSL 27.43º 0.26% 0.26% -
HSV(B) 27.43º 0.42% 0.33% -
XYZ 6.1 5.89 3.72 -
YUV 68.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 84 65 49 0 0.23 0.42 0.67 27.43 0.26 0.26
Hex 54 41 31 0 17 2A 43 1B 1A 1A
Octal 124 101 61 0 27 52 103 33 32 32
Binary 1010100 1000001 110001 0 10111 101010 1000011 11011 11010 11010

Color Harmonies of #544131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544131

Black with #544131

Text Example


Text Example

White with #544131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544131; }

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

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

background-color css

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

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

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

border-color css

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

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

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