#533F29

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

Shades of Deep Bronze #533F29

Tints of Deep Bronze #533F29

Color information

#533F29 (or 0x533F29) is unknown color: approx Deep Bronze. HEX triplet: 53, 3F and 29. RGB value is (83,63,41). Sum of RGB (Red+Green+Blue) = 83+63+41=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F29 is #ACC0D6. Grayscale: #424242. Windows color (decimal): -11321559 or 2703187. OLE color: 2703187.

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

Color convert

RGB836341-
CMYK00.240.510.67
HSL31.43º33.87%24.31%-
HSV(B)31.43º50.6%32.55%-
XYZ5.755.552.87-
YUV66.47113.63139.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=44.39%
G=33.69%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83634100.240.510.6731.4333.8724.31
Hex533F2901833431f2218
Octal123775103063103374230
Binary101001111111110100101100011001110000111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533F29; }

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

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

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

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

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

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

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

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