Html Css Color HEX #544120 Deep Bronze

📋 copy color: '#544120'

red 84 ◦ green 65 ◦ blue 32

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

Shades of Deep Bronze #544120

Tints of Deep Bronze #544120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 46.41%
G = 35.91%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#544120 (or 0x544120) is known color: Deep Bronze. HEX triplet: 54, 41 and 20. RGB value is (84,65,32). Sum of RGB (Red+Green+Blue) = 84+65+32=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #544120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544120 is #ABBEDF. Grayscale: #434343. Windows color (decimal): -11255520 or 2113876. OLE color: 2113876.

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

Color convert

RGB 84 65 32 -
CMYK 0 0.23 0.62 0.67
HSL 38.08º 0.45% 0.23% -
HSV(B) 38.08º 0.62% 0.33% -
XYZ 5.81 5.77 2.17 -
YUV 66.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 84 65 32 0 0.23 0.62 0.67 38.08 0.45 0.23
Hex 54 41 20 0 17 3E 43 26 2D 17
Octal 124 101 40 0 27 76 103 46 55 27
Binary 1010100 1000001 100000 0 10111 111110 1000011 100110 101101 10111

Color Harmonies of #544120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544120

Black with #544120

Text Example


Text Example

White with #544120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544120; }

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

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

background-color css

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

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

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

border-color css

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

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

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