#533E1E

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

Shades of Deep Bronze #533E1E

Tints of Deep Bronze #533E1E

Color information

#533E1E (or 0x533E1E) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 1E. RGB value is (83,62,30). Sum of RGB (Red+Green+Blue) = 83+62+30=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #533E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E1E is #ACC1E1. Grayscale: #404040. Windows color (decimal): -11321826 or 1982035. OLE color: 1982035.

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

Color convert

RGB836230-
CMYK00.250.640.67
HSL36.23º46.9%22.16%-
HSV(B)36.23º63.86%32.55%-
XYZ5.525.381.98-
YUV64.63108.46141.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=47.43%
G=35.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83623000.250.640.6736.2346.922.16
Hex533E1E0194043242f16
Octal1237636031100103445726
Binary1010011111110111100110011000000100001110010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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