#534029

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

Shades of Deep Bronze #534029

Tints of Deep Bronze #534029

Color information

#534029 (or 0x534029) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 29. RGB value is (83,64,41). Sum of RGB (Red+Green+Blue) = 83+64+41=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534029 is #ACBFD6. Grayscale: #434343. Windows color (decimal): -11321303 or 2703443. OLE color: 2703443.

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

Color convert

RGB836441-
CMYK00.230.510.67
HSL32.86º33.87%24.31%-
HSV(B)32.86º50.6%32.55%-
XYZ5.85.672.89-
YUV67.06113.29139.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=44.15%
G=34.04%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644100.230.510.6732.8633.8724.31
Hex5340290173343212218
Octal1231005102763103414230
Binary10100111000000101001010111110011100001110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534029; }

 p { color: rgb(83,64,41); }

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

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

 a { background-color: rgb(83,64,41); }

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

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

 span { border-color: rgb(83,64,41); }

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