#533E25

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

Shades of Deep Bronze #533E25

Tints of Deep Bronze #533E25

Color information

#533E25 (or 0x533E25) is unknown color: approx Deep Bronze. HEX triplet: 53, 3E and 25. RGB value is (83,62,37). Sum of RGB (Red+Green+Blue) = 83+62+37=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E25 is #ACC1DA. Grayscale: #414141. Windows color (decimal): -11321819 or 2440787. OLE color: 2440787.

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

Color convert

RGB836237-
CMYK00.250.550.67
HSL32.61º38.33%23.53%-
HSV(B)32.61º55.42%32.55%-
XYZ5.625.422.5-
YUV65.43111.96140.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=45.60%
G=34.07%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83623700.250.550.6732.6138.3323.53
Hex533E250193743212618
Octal123764503167103414630
Binary1010011111110100101011001110111100001110000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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