#534231

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

Shades of Deep Bronze #534231

Tints of Deep Bronze #534231

Color information

#534231 (or 0x534231) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 31. RGB value is (83,66,49). Sum of RGB (Red+Green+Blue) = 83+66+49=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #534231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534231 is #ACBDCE. Grayscale: #454545. Windows color (decimal): -11320783 or 3228243. OLE color: 3228243.

HSL color Cylindrical-coordinate representation of color #534231: hue angle of 30º 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 #534231 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB836649-
CMYK00.200.410.67
HSL30º25.76%25.88%-
HSV(B)30º40.96%32.55%-
XYZ6.075.963.74-
YUV69.14116.63137.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=41.92%
G=33.33%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664900.200.410.673025.7625.88
Hex53423101429431e1a1a
Octal1231026102451103363232
Binary101001110000101100010101001010011000011111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534231; }

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

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

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

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

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

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

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

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