#533D29

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

Shades of Deep Bronze #533D29

Tints of Deep Bronze #533D29

Color information

#533D29 (or 0x533D29) is unknown color: approx Deep Bronze. HEX triplet: 53, 3D and 29. RGB value is (83,61,41). Sum of RGB (Red+Green+Blue) = 83+61+41=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D29 is #ACC2D6. Grayscale: #414141. Windows color (decimal): -11322071 or 2702675. OLE color: 2702675.

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

Color convert

RGB836141-
CMYK00.270.510.67
HSL28.57º33.87%24.31%-
HSV(B)28.57º50.6%32.55%-
XYZ5.645.342.83-
YUV65.3114.29140.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=44.86%
G=32.97%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83614100.270.510.6728.5733.8724.31
Hex533D2901B33431d2218
Octal123755103363103354230
Binary101001111110110100101101111001110000111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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