#534533

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

Shades of Deep Bronze #534533

Tints of Deep Bronze #534533

Color information

#534533 (or 0x534533) is unknown color: approx Deep Bronze. HEX triplet: 53, 45 and 33. RGB value is (83,69,51). Sum of RGB (Red+Green+Blue) = 83+69+51=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534533 is #ACBACC. Grayscale: #474747. Windows color (decimal): -11320013 or 3360083. OLE color: 3360083.

HSL color Cylindrical-coordinate representation of color #534533: hue angle of 33.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534533 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB836951-
CMYK00.170.390.67
HSL33.75º23.88%26.27%-
HSV(B)33.75º38.55%32.55%-
XYZ6.296.334.02-
YUV71.13116.64136.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=40.89%
G=33.99%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83695100.170.390.6733.7523.8826.27
Hex534533011274322181a
Octal1231056302147103423032
Binary1010011100010111001101000110011110000111000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534533; }

 p { color: rgb(83,69,51); }

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

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

 a { background-color: rgb(83,69,51); }

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

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

 span { border-color: rgb(83,69,51); }

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