Html Css Color HEX #554A3C Metallic Bronze

📋 copy color: '#554A3C'

red 85 ◦ green 74 ◦ blue 60

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

Shades of Metallic Bronze #554A3C

Tints of Metallic Bronze #554A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.4%

R = 38.81%
G = 33.79%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#554A3C (or 0x554A3C) is known color: Metallic Bronze. HEX triplet: 55, 4A and 3C. RGB value is (85,74,60). Sum of RGB (Red+Green+Blue) = 85+74+60=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3C is #AAB5C3. Grayscale: #4B4B4B. Windows color (decimal): -11187652 or 3951189. OLE color: 3951189.

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

Color convert

RGB 85 74 60 -
CMYK 0 0.13 0.29 0.67
HSL 33.6º 0.17% 0.28% -
HSV(B) 33.6º 0.29% 0.33% -
XYZ 7.01 7.16 5.29 -
YUV 75.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 85 74 60 0 0.13 0.29 0.67 33.6 0.17 0.28
Hex 55 4A 3C 0 D 1D 43 22 11 1C
Octal 125 112 74 0 15 35 103 42 21 34
Binary 1010101 1001010 111100 0 1101 11101 1000011 100010 10001 11100

Color Harmonies of #554A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A3C

Black with #554A3C

Text Example


Text Example

White with #554A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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