#534431

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

Shades of Deep Bronze #534431

Tints of Deep Bronze #534431

Color information

#534431 (or 0x534431) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 31. RGB value is (83,68,49). Sum of RGB (Red+Green+Blue) = 83+68+49=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #534431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534431 is #ACBBCE. Grayscale: #464646. Windows color (decimal): -11320271 or 3228755. OLE color: 3228755.

HSL color Cylindrical-coordinate representation of color #534431: hue angle of 33.53º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534431 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB836849-
CMYK00.180.410.67
HSL33.53º25.76%25.88%-
HSV(B)33.53º40.96%32.55%-
XYZ6.196.193.78-
YUV70.32115.97137.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=41.5%
G=34%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684900.180.410.6733.5325.7625.88
Hex5344310122943221a1a
Octal1231046102251103423232
Binary1010011100010011000101001010100110000111000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534431; }

 p { color: rgb(83,68,49); }

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

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

 a { background-color: rgb(83,68,49); }

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

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

 span { border-color: rgb(83,68,49); }

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