Html Css Color HEX #554A3A Metallic Bronze

📋 copy color: '#554A3A'

red 85 ◦ green 74 ◦ blue 58

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

Shades of Metallic Bronze #554A3A

Tints of Metallic Bronze #554A3A

RGB

 RED value IS 85 (33.59% from 255) = 39.17%

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

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 39.17%
G = 34.1%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#554A3A (or 0x554A3A) is known color: Metallic Bronze. HEX triplet: 55, 4A and 3A. RGB value is (85,74,58). Sum of RGB (Red+Green+Blue) = 85+74+58=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3A is #AAB5C5. Grayscale: #4B4B4B. Windows color (decimal): -11187654 or 3820117. OLE color: 3820117.

HSL color Cylindrical-coordinate representation of color #554A3A: hue angle of 35.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554A3A is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 58 -
CMYK 0 0.13 0.32 0.67
HSL 35.56º 0.19% 0.28% -
HSV(B) 35.56º 0.32% 0.33% -
XYZ 6.96 7.13 5.01 -
YUV 75.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 85 74 58 0 0.13 0.32 0.67 35.56 0.19 0.28
Hex 55 4A 3A 0 D 20 43 24 13 1C
Octal 125 112 72 0 15 40 103 44 23 34
Binary 1010101 1001010 111010 0 1101 100000 1000011 100100 10011 11100

Color Harmonies of #554A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A3A

Black with #554A3A

Text Example


Text Example

White with #554A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A3A; }

 p { color: rgb(85,74,58); }

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

background-color css

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

 a { background-color: rgb(85,74,58); }

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

border-color css

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

 span { border-color: rgb(85,74,58); }

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