#534232

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

Shades of Deep Bronze #534232

Tints of Deep Bronze #534232

Color information

#534232 (or 0x534232) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 32. RGB value is (83,66,50). Sum of RGB (Red+Green+Blue) = 83+66+50=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #534232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534232 is #ACBDCD. Grayscale: #454545. Windows color (decimal): -11320782 or 3293779. OLE color: 3293779.

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

Color convert

RGB836650-
CMYK00.200.400.67
HSL29.09º24.81%26.08%-
HSV(B)29.09º39.76%32.55%-
XYZ6.095.973.85-
YUV69.26117.13137.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=41.71%
G=33.17%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83665000.200.400.6729.0924.8126.08
Hex53423201428431d191a
Octal1231026202450103353132
Binary101001110000101100100101001010001000011111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534232; }

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

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

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

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

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

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

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

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