Html Css Color HEX #544535 Metallic Bronze

📋 copy color: '#544535'

red 84 ◦ green 69 ◦ blue 53

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

Shades of Metallic Bronze #544535

Tints of Metallic Bronze #544535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 40.78%
G = 33.5%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#544535 (or 0x544535) is known color: Metallic Bronze. HEX triplet: 54, 45 and 35. RGB value is (84,69,53). Sum of RGB (Red+Green+Blue) = 84+69+53=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544535 is #ABBACA. Grayscale: #474747. Windows color (decimal): -11254475 or 3491156. OLE color: 3491156.

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

Color convert

RGB 84 69 53 -
CMYK 0 0.18 0.37 0.67
HSL 30.97º 0.23% 0.27% -
HSV(B) 30.97º 0.37% 0.33% -
XYZ 6.43 6.4 4.26 -
YUV 71.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 84 69 53 0 0.18 0.37 0.67 30.97 0.23 0.27
Hex 54 45 35 0 12 25 43 1F 17 1B
Octal 124 105 65 0 22 45 103 37 27 33
Binary 1010100 1000101 110101 0 10010 100101 1000011 11111 10111 11011

Color Harmonies of #544535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544535

Black with #544535

Text Example


Text Example

White with #544535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544535; }

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

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

background-color css

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

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

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

border-color css

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

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

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