#533E2D

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

Shades of Deep Bronze #533E2D

Tints of Deep Bronze #533E2D

Color information

#533E2D (or 0x533E2D) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 2D. RGB value is (83,62,45). Sum of RGB (Red+Green+Blue) = 83+62+45=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2D is #ACC1D2. Grayscale: #424242. Windows color (decimal): -11321811 or 2965075. OLE color: 2965075.

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

Color convert

RGB836245-
CMYK00.250.460.67
HSL26.84º29.69%25.1%-
HSV(B)26.84º45.78%32.55%-
XYZ5.765.473.24-
YUV66.34115.96139.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=43.68%
G=32.63%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83624500.250.460.6726.8429.6925.1
Hex533E2D0192E431b1e19
Octal123765503156103333631
Binary10100111111101011010110011011101000011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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