#534229

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

Shades of Deep Bronze #534229

Tints of Deep Bronze #534229

Color information

#534229 (or 0x534229) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 29. RGB value is (83,66,41). Sum of RGB (Red+Green+Blue) = 83+66+41=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534229 is #ACBDD6. Grayscale: #444444. Windows color (decimal): -11320791 or 2703955. OLE color: 2703955.

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

Color convert

RGB836641-
CMYK00.200.510.67
HSL35.71º33.87%24.31%-
HSV(B)35.71º50.6%32.55%-
XYZ5.925.92.92-
YUV68.23112.63138.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=43.68%
G=34.74%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664100.200.510.6735.7133.8724.31
Hex5342290143343242218
Octal1231025102463103444230
Binary10100111000010101001010100110011100001110010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534229; }

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

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

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

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

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

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

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

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