#534433

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

Shades of Deep Bronze #534433

Tints of Deep Bronze #534433

Color information

#534433 (or 0x534433) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 33. RGB value is (83,68,51). Sum of RGB (Red+Green+Blue) = 83+68+51=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534433 is #ACBBCC. Grayscale: #464646. Windows color (decimal): -11320269 or 3359827. OLE color: 3359827.

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

Color convert

RGB836851-
CMYK00.180.390.67
HSL31.88º23.88%26.27%-
HSV(B)31.88º38.55%32.55%-
XYZ6.236.214-
YUV70.55116.97136.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=41.09%
G=33.66%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83685100.180.390.6731.8823.8826.27
Hex534433012274320181a
Octal1231046302247103403032
Binary1010011100010011001101001010011110000111000001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534433; }

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

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

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

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

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

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

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

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