#533F24

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

Shades of Deep Bronze #533F24

Tints of Deep Bronze #533F24

Color information

#533F24 (or 0x533F24) is unknown color: approx Deep Bronze. HEX triplet: 53, 3F and 24. RGB value is (83,63,36). Sum of RGB (Red+Green+Blue) = 83+63+36=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F24 is #ACC0DB. Grayscale: #424242. Windows color (decimal): -11321564 or 2375507. OLE color: 2375507.

HSL color Cylindrical-coordinate representation of color #533F24: hue angle of 34.47º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533F24 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB836336-
CMYK00.240.570.67
HSL34.47º39.5%23.33%-
HSV(B)34.47º56.63%32.55%-
XYZ5.665.522.44-
YUV65.9111.13140.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=45.60%
G=34.62%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83633600.240.570.6734.4739.523.33
Hex533F240183943222717
Octal123774403071103424727
Binary1010011111111100100011000111001100001110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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