#534B3D

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

Shades of Metallic Bronze #534B3D

Tints of Metallic Bronze #534B3D

Color information

#534B3D (or 0x534B3D) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4B and 3D. RGB value is (83,75,61). Sum of RGB (Red+Green+Blue) = 83+75+61=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3D is #ACB4C2. Grayscale: #4B4B4B. Windows color (decimal): -11318467 or 4016979. OLE color: 4016979.

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

Color convert

RGB837561-
CMYK00.100.270.67
HSL38.18º15.28%28.24%-
HSV(B)38.18º26.51%32.55%-
XYZ6.937.215.44-
YUV75.8119.65133.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=37.90%
G=34.25%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83756100.100.270.6738.1815.2828.24
Hex534B3D0A1B4326f1c
Octal1231137501233103461734
Binary1010011100101111110101010110111000011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B3D; }

 p { color: rgb(83,75,61); }

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

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

 a { background-color: rgb(83,75,61); }

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

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

 span { border-color: rgb(83,75,61); }

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