#533E28

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

Shades of Deep Bronze #533E28

Tints of Deep Bronze #533E28

Color information

#533E28 (or 0x533E28) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 28. RGB value is (83,62,40). Sum of RGB (Red+Green+Blue) = 83+62+40=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E28 is #ACC1D7. Grayscale: #414141. Windows color (decimal): -11321816 or 2637395. OLE color: 2637395.

HSL color Cylindrical-coordinate representation of color #533E28: hue angle of 30.7º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533E28 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB836240-
CMYK00.250.520.67
HSL30.7º34.96%24.12%-
HSV(B)30.7º51.81%32.55%-
XYZ5.675.442.76-
YUV65.77113.46140.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=44.86%
G=33.51%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624000.250.520.6730.734.9624.12
Hex533E2801934431f2318
Octal123765003164103374330
Binary101001111111010100001100111010010000111111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,62,40); }

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

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

 a { background-color: rgb(83,62,40); }

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

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

 span { border-color: rgb(83,62,40); }

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