Html Css Color HEX #554837 Metallic Bronze

📋 copy color: '#554837'

red 85 ◦ green 72 ◦ blue 55

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

Shades of Metallic Bronze #554837

Tints of Metallic Bronze #554837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

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

R = 40.09%
G = 33.96%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#554837 (or 0x554837) is known color: Metallic Bronze. HEX triplet: 55, 48 and 37. RGB value is (85,72,55). Sum of RGB (Red+Green+Blue) = 85+72+55=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554837 is #AAB7C8. Grayscale: #4A4A4A. Windows color (decimal): -11188169 or 3622997. OLE color: 3622997.

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

Color convert

RGB 85 72 55 -
CMYK 0 0.15 0.35 0.67
HSL 34º 0.21% 0.27% -
HSV(B) 34º 0.35% 0.33% -
XYZ 6.75 6.84 4.58 -
YUV 73.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 85 72 55 0 0.15 0.35 0.67 34 0.21 0.27
Hex 55 48 37 0 F 23 43 22 15 1B
Octal 125 110 67 0 17 43 103 42 25 33
Binary 1010101 1001000 110111 0 1111 100011 1000011 100010 10101 11011

Color Harmonies of #554837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554837

Black with #554837

Text Example


Text Example

White with #554837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554837; }

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

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

background-color css

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

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

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

border-color css

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

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

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