Html Css Color HEX #544A38 Metallic Bronze

📋 copy color: '#544A38'

red 84 ◦ green 74 ◦ blue 56

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

Shades of Metallic Bronze #544A38

Tints of Metallic Bronze #544A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 39.25%
G = 34.58%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#544A38 (or 0x544A38) is known color: Metallic Bronze. HEX triplet: 54, 4A and 38. RGB value is (84,74,56). Sum of RGB (Red+Green+Blue) = 84+74+56=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #544A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A38 is #ABB5C7. Grayscale: #4B4B4B. Windows color (decimal): -11253192 or 3689044. OLE color: 3689044.

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

Color convert

RGB 84 74 56 -
CMYK 0 0.12 0.33 0.67
HSL 38.57º 0.2% 0.27% -
HSV(B) 38.57º 0.33% 0.33% -
XYZ 6.82 7.07 4.75 -
YUV 74.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 84 74 56 0 0.12 0.33 0.67 38.57 0.2 0.27
Hex 54 4A 38 0 C 21 43 27 14 1B
Octal 124 112 70 0 14 41 103 47 24 33
Binary 1010100 1001010 111000 0 1100 100001 1000011 100111 10100 11011

Color Harmonies of #544A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544A38

Black with #544A38

Text Example


Text Example

White with #544A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,74,56); }

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

background-color css

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

 a { background-color: rgb(84,74,56); }

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

border-color css

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

 span { border-color: rgb(84,74,56); }

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