#533F2A

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

Shades of Deep Bronze #533F2A

Tints of Deep Bronze #533F2A

Color information

#533F2A (or 0x533F2A) is unknown color: approx Deep Bronze. HEX triplet: 53, 3F and 2A. RGB value is (83,63,42). Sum of RGB (Red+Green+Blue) = 83+63+42=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F2A is #ACC0D5. Grayscale: #424242. Windows color (decimal): -11321558 or 2768723. OLE color: 2768723.

HSL color Cylindrical-coordinate representation of color #533F2A: hue angle of 30.73º 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 #533F2A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB836342-
CMYK00.240.490.67
HSL30.73º32.8%24.51%-
HSV(B)30.73º49.4%32.55%-
XYZ5.765.562.96-
YUV66.59114.13139.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=44.15%
G=33.51%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83634200.240.490.6730.7332.824.51
Hex533F2A01831431f2119
Octal123775203061103374131
Binary101001111111110101001100011000110000111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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