#534838

Color #534838 Metallic Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Bronze #534838

Tints of Metallic Bronze #534838

Color information

#534838 (or 0x534838) is unknown color: approx Metallic Bronze. HEX triplet: 53, 48 and 38. RGB value is (83,72,56). Sum of RGB (Red+Green+Blue) = 83+72+56=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534838 is #ACB7C7. Grayscale: #494949. Windows color (decimal): -11319240 or 3688531. OLE color: 3688531.

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

Color convert

RGB837256-
CMYK00.130.330.67
HSL35.56º19.42%27.25%-
HSV(B)35.56º32.53%32.55%-
XYZ6.66.764.7-
YUV73.46118.14134.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=39.34%
G=34.12%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83725600.130.330.6735.5619.4227.25
Hex5348380D214324131b
Octal1231107001541103442333
Binary101001110010001110000110110000110000111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534838; }

 p { color: rgb(83,72,56); }

 H1.HeaderClassName
 {
   color: #534838;
 }
 .AnyTagClassName
 {
   color: #534838;
 }
</style>
background-color css

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

 a { background-color: rgb(83,72,56); }

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

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

 span { border-color: rgb(83,72,56); }

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