Html Css Color HEX #554836 Metallic Bronze

📋 copy color: '#554836'

red 85 ◦ green 72 ◦ blue 54

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

Shades of Metallic Bronze #554836

Tints of Metallic Bronze #554836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 40.28%
G = 34.12%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#554836 (or 0x554836) is known color: Metallic Bronze. HEX triplet: 55, 48 and 36. RGB value is (85,72,54). Sum of RGB (Red+Green+Blue) = 85+72+54=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554836 is #AAB7C9. Grayscale: #494949. Windows color (decimal): -11188170 or 3557461. OLE color: 3557461.

HSL color Cylindrical-coordinate representation of color #554836: hue angle of 34.84º 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 #554836 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 54 -
CMYK 0 0.15 0.36 0.67
HSL 34.84º 0.22% 0.27% -
HSV(B) 34.84º 0.36% 0.33% -
XYZ 6.73 6.83 4.45 -
YUV 73.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 85 72 54 0 0.15 0.36 0.67 34.84 0.22 0.27
Hex 55 48 36 0 F 24 43 23 16 1B
Octal 125 110 66 0 17 44 103 43 26 33
Binary 1010101 1001000 110110 0 1111 100100 1000011 100011 10110 11011

Color Harmonies of #554836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554836

Black with #554836

Text Example


Text Example

White with #554836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554836; }

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

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

background-color css

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

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

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

border-color css

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

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

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