#534432

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

Shades of Deep Bronze #534432

Tints of Deep Bronze #534432

Color information

#534432 (or 0x534432) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 32. RGB value is (83,68,50). Sum of RGB (Red+Green+Blue) = 83+68+50=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534432 is #ACBBCD. Grayscale: #464646. Windows color (decimal): -11320270 or 3294291. OLE color: 3294291.

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

Color convert

RGB836850-
CMYK00.180.400.67
HSL32.73º24.81%26.08%-
HSV(B)32.73º39.76%32.55%-
XYZ6.216.23.89-
YUV70.43116.47136.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=41.29%
G=33.83%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83685000.180.400.6732.7324.8126.08
Hex534432012284321191a
Octal1231046202250103413132
Binary1010011100010011001001001010100010000111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534432; }

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

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

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

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

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

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

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

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