#533D26

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

Shades of Deep Bronze #533D26

Tints of Deep Bronze #533D26

Color information

#533D26 (or 0x533D26) is unknown color: approx Deep Bronze. HEX triplet: 53, 3D and 26. RGB value is (83,61,38). Sum of RGB (Red+Green+Blue) = 83+61+38=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D26 is #ACC2D9. Grayscale: #414141. Windows color (decimal): -11322074 or 2506067. OLE color: 2506067.

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

Color convert

RGB836138-
CMYK00.270.540.67
HSL30.67º37.19%23.73%-
HSV(B)30.67º54.22%32.55%-
XYZ5.595.322.57-
YUV64.96112.79140.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=45.60%
G=33.52%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83613800.270.540.6730.6737.1923.73
Hex533D2601B36431f2518
Octal123754603366103374530
Binary101001111110110011001101111011010000111111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,38); }

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

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

 a { background-color: rgb(83,61,38); }

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

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

 span { border-color: rgb(83,61,38); }

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