Html Css Color HEX #554939 Metallic Bronze

📋 copy color: '#554939'

red 85 ◦ green 73 ◦ blue 57

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

Shades of Metallic Bronze #554939

Tints of Metallic Bronze #554939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

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

R = 39.53%
G = 33.95%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554939 (or 0x554939) is known color: Metallic Bronze. HEX triplet: 55, 49 and 39. RGB value is (85,73,57). Sum of RGB (Red+Green+Blue) = 85+73+57=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554939 is #AAB6C6. Grayscale: #4A4A4A. Windows color (decimal): -11187911 or 3754325. OLE color: 3754325.

HSL color Cylindrical-coordinate representation of color #554939: hue angle of 34.29º 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 #554939 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 57 -
CMYK 0 0.14 0.33 0.67
HSL 34.29º 0.2% 0.28% -
HSV(B) 34.29º 0.33% 0.33% -
XYZ 6.87 6.99 4.86 -
YUV 74.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 85 73 57 0 0.14 0.33 0.67 34.29 0.2 0.28
Hex 55 49 39 0 E 21 43 22 14 1C
Octal 125 111 71 0 16 41 103 42 24 34
Binary 1010101 1001001 111001 0 1110 100001 1000011 100010 10100 11100

Color Harmonies of #554939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554939

Black with #554939

Text Example


Text Example

White with #554939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554939; }

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

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

background-color css

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

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

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

border-color css

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

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

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