Html Css Color HEX #554A37 Metallic Bronze

📋 copy color: '#554A37'

red 85 ◦ green 74 ◦ blue 55

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

Shades of Metallic Bronze #554A37

Tints of Metallic Bronze #554A37

RGB

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

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

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

R = 39.72%
G = 34.58%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#554A37 (or 0x554A37) is known color: Metallic Bronze. HEX triplet: 55, 4A and 37. RGB value is (85,74,55). Sum of RGB (Red+Green+Blue) = 85+74+55=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A37 is #AAB5C8. Grayscale: #4B4B4B. Windows color (decimal): -11187657 or 3623509. OLE color: 3623509.

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

Color convert

RGB 85 74 55 -
CMYK 0 0.13 0.35 0.67
HSL 38º 0.21% 0.27% -
HSV(B) 38º 0.35% 0.33% -
XYZ 6.88 7.1 4.62 -
YUV 75.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 85 74 55 0 0.13 0.35 0.67 38 0.21 0.27
Hex 55 4A 37 0 D 23 43 26 15 1B
Octal 125 112 67 0 15 43 103 46 25 33
Binary 1010101 1001010 110111 0 1101 100011 1000011 100110 10101 11011

Color Harmonies of #554A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A37

Black with #554A37

Text Example


Text Example

White with #554A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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