#534635

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

Shades of Metallic Bronze #534635

Tints of Metallic Bronze #534635

Color information

#534635 (or 0x534635) is unknown color: approx Metallic Bronze. HEX triplet: 53, 46 and 35. RGB value is (83,70,53). Sum of RGB (Red+Green+Blue) = 83+70+53=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534635 is #ACB9CA. Grayscale: #484848. Windows color (decimal): -11319755 or 3491411. OLE color: 3491411.

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

Color convert

RGB837053-
CMYK00.160.360.67
HSL34º22.06%26.67%-
HSV(B)34º36.14%32.55%-
XYZ6.46.484.28-
YUV71.95117.31135.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=40.29%
G=33.98%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83705300.160.360.673422.0626.67
Hex534635010244322161b
Octal1231066502044103422633
Binary1010011100011011010101000010010010000111000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534635; }

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

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

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

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

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

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

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

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