#533E2A

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

Shades of Deep Bronze #533E2A

Tints of Deep Bronze #533E2A

Color information

#533E2A (or 0x533E2A) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 2A. RGB value is (83,62,42). Sum of RGB (Red+Green+Blue) = 83+62+42=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2A is #ACC1D5. Grayscale: #424242. Windows color (decimal): -11321814 or 2768467. OLE color: 2768467.

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

Color convert

RGB836242-
CMYK00.250.490.67
HSL29.27º32.8%24.51%-
HSV(B)29.27º49.4%32.55%-
XYZ5.715.452.94-
YUV66114.46140.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=44.39%
G=33.16%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624200.250.490.6729.2732.824.51
Hex533E2A01931431d2119
Octal123765203161103354131
Binary101001111111010101001100111000110000111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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