Html Css Color HEX #554936 Metallic Bronze

📋 copy color: '#554936'

red 85 ◦ green 73 ◦ blue 54

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

Shades of Metallic Bronze #554936

Tints of Metallic Bronze #554936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 40.09%
G = 34.43%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#554936 (or 0x554936) is known color: Metallic Bronze. HEX triplet: 55, 49 and 36. RGB value is (85,73,54). Sum of RGB (Red+Green+Blue) = 85+73+54=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554936 is #AAB6C9. Grayscale: #4A4A4A. Windows color (decimal): -11187914 or 3557717. OLE color: 3557717.

HSL color Cylindrical-coordinate representation of color #554936: hue angle of 36.77º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #554936 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 54 -
CMYK 0 0.14 0.36 0.67
HSL 36.77º 0.22% 0.27% -
HSV(B) 36.77º 0.36% 0.33% -
XYZ 6.79 6.96 4.48 -
YUV 74.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 85 73 54 0 0.14 0.36 0.67 36.77 0.22 0.27
Hex 55 49 36 0 E 24 43 25 16 1B
Octal 125 111 66 0 16 44 103 45 26 33
Binary 1010101 1001001 110110 0 1110 100100 1000011 100101 10110 11011

Color Harmonies of #554936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554936

Black with #554936

Text Example


Text Example

White with #554936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554936; }

 p { color: rgb(85,73,54); }

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

background-color css

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

 a { background-color: rgb(85,73,54); }

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

border-color css

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

 span { border-color: rgb(85,73,54); }

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