#533E2B

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

Shades of Deep Bronze #533E2B

Tints of Deep Bronze #533E2B

Color information

#533E2B (or 0x533E2B) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 2B. RGB value is (83,62,43). Sum of RGB (Red+Green+Blue) = 83+62+43=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2B is #ACC1D4. Grayscale: #424242. Windows color (decimal): -11321813 or 2834003. OLE color: 2834003.

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

Color convert

RGB836243-
CMYK00.250.480.67
HSL28.5º31.75%24.71%-
HSV(B)28.5º48.19%32.55%-
XYZ5.735.463.04-
YUV66.11114.96140.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=44.15%
G=32.98%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624300.250.480.6728.531.7524.71
Hex533E2B01930431c2019
Octal123765303160103344031
Binary101001111111010101101100111000010000111110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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