#533E1D

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

Shades of Deep Bronze #533E1D

Tints of Deep Bronze #533E1D

Color information

#533E1D (or 0x533E1D) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 1D. RGB value is (83,62,29). Sum of RGB (Red+Green+Blue) = 83+62+29=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E1D is #ACC1E2. Grayscale: #404040. Windows color (decimal): -11321827 or 1916499. OLE color: 1916499.

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

Color convert

RGB836229-
CMYK00.250.650.67
HSL36.67º48.21%21.96%-
HSV(B)36.67º65.06%32.55%-
XYZ5.515.371.91-
YUV64.52107.96141.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=47.70%
G=35.63%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83622900.250.650.6736.6748.2121.96
Hex533E1D0194143253016
Octal1237635031101103456026
Binary1010011111110111010110011000001100001110010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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