#504333

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

Shades of Deep Bronze #504333

Tints of Deep Bronze #504333

Color information

#504333 (or 0x504333) is unknown color: approx Deep Bronze. HEX triplet: 50, 43 and 33. RGB value is (80,67,51). Sum of RGB (Red+Green+Blue) = 80+67+51=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #504333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504333 is #AFBCCC. Grayscale: #454545. Windows color (decimal): -11517133 or 3359568. OLE color: 3359568.

HSL color Cylindrical-coordinate representation of color #504333: hue angle of 33.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504333 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB806751-
CMYK00.160.360.69
HSL33.1º22.14%25.69%-
HSV(B)33.1º36.25%31.37%-
XYZ5.915.963.97-
YUV69.06117.81135.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=40.40%
G=33.84%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80675100.160.360.6933.122.1425.69
Hex504333010244521161a
Octal1201036302044105412632
Binary1010000100001111001101000010010010001011000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504333; }

 p { color: rgb(80,67,51); }

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

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

 a { background-color: rgb(80,67,51); }

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

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

 span { border-color: rgb(80,67,51); }

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