#534B3C

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

Shades of Metallic Bronze #534B3C

Tints of Metallic Bronze #534B3C

Color information

#534B3C (or 0x534B3C) is unknown color: approx Metallic Bronze. HEX triplet: 53, 4B and 3C. RGB value is (83,75,60). Sum of RGB (Red+Green+Blue) = 83+75+60=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3C is #ACB4C3. Grayscale: #4B4B4B. Windows color (decimal): -11318468 or 3951443. OLE color: 3951443.

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

Color convert

RGB837560-
CMYK00.100.280.67
HSL39.13º16.08%28.04%-
HSV(B)39.13º27.71%32.55%-
XYZ6.97.25.3-
YUV75.68119.15133.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=38.07%
G=34.40%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83756000.100.280.6739.1316.0828.04
Hex534B3C0A1C4327101c
Octal1231137401234103472034
Binary10100111001011111100010101110010000111001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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