Html Css Color HEX #544B3E Metallic Bronze

📋 copy color: '#544B3E'

red 84 ◦ green 75 ◦ blue 62

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

Shades of Metallic Bronze #544B3E

Tints of Metallic Bronze #544B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.94%

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 38.01%
G = 33.94%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#544B3E (or 0x544B3E) is known color: Metallic Bronze. HEX triplet: 54, 4B and 3E. RGB value is (84,75,62). Sum of RGB (Red+Green+Blue) = 84+75+62=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B3E is #ABB4C1. Grayscale: #4C4C4C. Windows color (decimal): -11252930 or 4082516. OLE color: 4082516.

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

Color convert

RGB 84 75 62 -
CMYK 0 0.11 0.26 0.67
HSL 35.45º 0.15% 0.29% -
HSV(B) 35.45º 0.26% 0.33% -
XYZ 7.04 7.26 5.59 -
YUV 76.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 84 75 62 0 0.11 0.26 0.67 35.45 0.15 0.29
Hex 54 4B 3E 0 B 1A 43 23 F 1D
Octal 124 113 76 0 13 32 103 43 17 35
Binary 1010100 1001011 111110 0 1011 11010 1000011 100011 1111 11101

Color Harmonies of #544B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544B3E

Black with #544B3E

Text Example


Text Example

White with #544B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544B3E; }

 p { color: rgb(84,75,62); }

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

background-color css

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

 a { background-color: rgb(84,75,62); }

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

border-color css

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

 span { border-color: rgb(84,75,62); }

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