Html Css Color HEX #554A3E Metallic Bronze

📋 copy color: '#554A3E'

red 85 ◦ green 74 ◦ blue 62

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

Shades of Metallic Bronze #554A3E

Tints of Metallic Bronze #554A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.05%

R = 38.46%
G = 33.48%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#554A3E (or 0x554A3E) is known color: Metallic Bronze. HEX triplet: 55, 4A and 3E. RGB value is (85,74,62). Sum of RGB (Red+Green+Blue) = 85+74+62=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3E is #AAB5C1. Grayscale: #4B4B4B. Windows color (decimal): -11187650 or 4082261. OLE color: 4082261.

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

Color convert

RGB 85 74 62 -
CMYK 0 0.13 0.27 0.67
HSL 31.3º 0.16% 0.29% -
HSV(B) 31.3º 0.27% 0.33% -
XYZ 7.06 7.18 5.57 -
YUV 75.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 85 74 62 0 0.13 0.27 0.67 31.3 0.16 0.29
Hex 55 4A 3E 0 D 1B 43 1F 10 1D
Octal 125 112 76 0 15 33 103 37 20 35
Binary 1010101 1001010 111110 0 1101 11011 1000011 11111 10000 11101

Color Harmonies of #554A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A3E

Black with #554A3E

Text Example


Text Example

White with #554A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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