Html Css Color HEX #554A3D Metallic Bronze

📋 copy color: '#554A3D'

red 85 ◦ green 74 ◦ blue 61

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

Shades of Metallic Bronze #554A3D

Tints of Metallic Bronze #554A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 38.64%
G = 33.64%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#554A3D (or 0x554A3D) is known color: Metallic Bronze. HEX triplet: 55, 4A and 3D. RGB value is (85,74,61). Sum of RGB (Red+Green+Blue) = 85+74+61=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3D is #AAB5C2. Grayscale: #4B4B4B. Windows color (decimal): -11187651 or 4016725. OLE color: 4016725.

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

Color convert

RGB 85 74 61 -
CMYK 0 0.13 0.28 0.67
HSL 32.5º 0.16% 0.29% -
HSV(B) 32.5º 0.28% 0.33% -
XYZ 7.04 7.17 5.43 -
YUV 75.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 85 74 61 0 0.13 0.28 0.67 32.5 0.16 0.29
Hex 55 4A 3D 0 D 1C 43 20 10 1D
Octal 125 112 75 0 15 34 103 40 20 35
Binary 1010101 1001010 111101 0 1101 11100 1000011 100000 10000 11101

Color Harmonies of #554A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A3D

Black with #554A3D

Text Example


Text Example

White with #554A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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