Html Css Color HEX #554739 Metallic Bronze

📋 copy color: '#554739'

red 85 ◦ green 71 ◦ blue 57

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

Shades of Metallic Bronze #554739

Tints of Metallic Bronze #554739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 39.91%
G = 33.33%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554739 (or 0x554739) is known color: Metallic Bronze. HEX triplet: 55, 47 and 39. RGB value is (85,71,57). Sum of RGB (Red+Green+Blue) = 85+71+57=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554739 is #AAB8C6. Grayscale: #494949. Windows color (decimal): -11188423 or 3753813. OLE color: 3753813.

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

Color convert

RGB 85 71 57 -
CMYK 0 0.16 0.33 0.67
HSL 30º 0.2% 0.28% -
HSV(B) 30º 0.33% 0.33% -
XYZ 6.74 6.73 4.82 -
YUV 73.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 85 71 57 0 0.16 0.33 0.67 30 0.2 0.28
Hex 55 47 39 0 10 21 43 1E 14 1C
Octal 125 107 71 0 20 41 103 36 24 34
Binary 1010101 1000111 111001 0 10000 100001 1000011 11110 10100 11100

Color Harmonies of #554739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554739

Black with #554739

Text Example


Text Example

White with #554739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554739; }

 p { color: rgb(85,71,57); }

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

background-color css

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

 a { background-color: rgb(85,71,57); }

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

border-color css

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

 span { border-color: rgb(85,71,57); }

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