Html Css Color HEX #554737 Metallic Bronze

📋 copy color: '#554737'

red 85 ◦ green 71 ◦ blue 55

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

Shades of Metallic Bronze #554737

Tints of Metallic Bronze #554737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.07%

R = 40.28%
G = 33.65%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#554737 (or 0x554737) is known color: Metallic Bronze. HEX triplet: 55, 47 and 37. RGB value is (85,71,55). Sum of RGB (Red+Green+Blue) = 85+71+55=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554737 is #AAB8C8. Grayscale: #494949. Windows color (decimal): -11188425 or 3622741. OLE color: 3622741.

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

Color convert

RGB 85 71 55 -
CMYK 0 0.16 0.35 0.67
HSL 32º 0.21% 0.27% -
HSV(B) 32º 0.35% 0.33% -
XYZ 6.69 6.71 4.56 -
YUV 73.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 85 71 55 0 0.16 0.35 0.67 32 0.21 0.27
Hex 55 47 37 0 10 23 43 20 15 1B
Octal 125 107 67 0 20 43 103 40 25 33
Binary 1010101 1000111 110111 0 10000 100011 1000011 100000 10101 11011

Color Harmonies of #554737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554737

Black with #554737

Text Example


Text Example

White with #554737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554737; }

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

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

background-color css

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

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

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

border-color css

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

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

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