#534532

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

Shades of Deep Bronze #534532

Tints of Deep Bronze #534532

Color information

#534532 (or 0x534532) is unknown color: approx Deep Bronze. HEX triplet: 53, 45 and 32. RGB value is (83,69,50). Sum of RGB (Red+Green+Blue) = 83+69+50=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534532 is #ACBACD. Grayscale: #474747. Windows color (decimal): -11320014 or 3294547. OLE color: 3294547.

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

Color convert

RGB836950-
CMYK00.170.400.67
HSL34.55º24.81%26.08%-
HSV(B)34.55º39.76%32.55%-
XYZ6.276.333.91-
YUV71.02116.14136.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=41.09%
G=34.16%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83695000.170.400.6734.5524.8126.08
Hex534532011284323191a
Octal1231056202150103433132
Binary1010011100010111001001000110100010000111000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534532; }

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

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

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

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

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

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

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

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