Html Css Color HEX #554738 Metallic Bronze

📋 copy color: '#554738'

red 85 ◦ green 71 ◦ blue 56

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

Shades of Metallic Bronze #554738

Tints of Metallic Bronze #554738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 40.09%
G = 33.49%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#554738 (or 0x554738) is known color: Metallic Bronze. HEX triplet: 55, 47 and 38. RGB value is (85,71,56). Sum of RGB (Red+Green+Blue) = 85+71+56=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #554738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554738 is #AAB8C7. Grayscale: #494949. Windows color (decimal): -11188424 or 3688277. OLE color: 3688277.

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

Color convert

RGB 85 71 56 -
CMYK 0 0.16 0.34 0.67
HSL 31.03º 0.21% 0.28% -
HSV(B) 31.03º 0.34% 0.33% -
XYZ 6.71 6.72 4.69 -
YUV 73.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 85 71 56 0 0.16 0.34 0.67 31.03 0.21 0.28
Hex 55 47 38 0 10 22 43 1F 15 1C
Octal 125 107 70 0 20 42 103 37 25 34
Binary 1010101 1000111 111000 0 10000 100010 1000011 11111 10101 11100

Color Harmonies of #554738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554738

Black with #554738

Text Example


Text Example

White with #554738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554738; }

 p { color: rgb(85,71,56); }

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

background-color css

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

 a { background-color: rgb(85,71,56); }

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

border-color css

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

 span { border-color: rgb(85,71,56); }

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