Html Css Color HEX #554A3B Metallic Bronze

📋 copy color: '#554A3B'

red 85 ◦ green 74 ◦ blue 59

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

Shades of Metallic Bronze #554A3B

Tints of Metallic Bronze #554A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 38.99%
G = 33.94%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#554A3B (or 0x554A3B) is known color: Metallic Bronze. HEX triplet: 55, 4A and 3B. RGB value is (85,74,59). Sum of RGB (Red+Green+Blue) = 85+74+59=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3B is #AAB5C4. Grayscale: #4B4B4B. Windows color (decimal): -11187653 or 3885653. OLE color: 3885653.

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

Color convert

RGB 85 74 59 -
CMYK 0 0.13 0.31 0.67
HSL 34.62º 0.18% 0.28% -
HSV(B) 34.62º 0.31% 0.33% -
XYZ 6.98 7.14 5.15 -
YUV 75.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 85 74 59 0 0.13 0.31 0.67 34.62 0.18 0.28
Hex 55 4A 3B 0 D 1F 43 23 12 1C
Octal 125 112 73 0 15 37 103 43 22 34
Binary 1010101 1001010 111011 0 1101 11111 1000011 100011 10010 11100

Color Harmonies of #554A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A3B

Black with #554A3B

Text Example


Text Example

White with #554A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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