#534638

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

Shades of Metallic Bronze #534638

Tints of Metallic Bronze #534638

Color information

#534638 (or 0x534638) is unknown color: approx Metallic Bronze. HEX triplet: 53, 46 and 38. RGB value is (83,70,56). Sum of RGB (Red+Green+Blue) = 83+70+56=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534638 is #ACB9C7. Grayscale: #484848. Windows color (decimal): -11319752 or 3688019. OLE color: 3688019.

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

Color convert

RGB837056-
CMYK00.160.330.67
HSL31.11º19.42%27.25%-
HSV(B)31.11º32.53%32.55%-
XYZ6.476.54.66-
YUV72.29118.81135.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=39.71%
G=33.49%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83705600.160.330.6731.1119.4227.25
Hex53463801021431f131b
Octal1231067002041103372333
Binary101001110001101110000100001000011000011111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534638; }

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

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

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

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

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

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

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

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