#504023

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

Shades of Deep Bronze #504023

Tints of Deep Bronze #504023

Color information

#504023 (or 0x504023) is unknown color: approx Deep Bronze. HEX triplet: 50, 40 and 23. RGB value is (80,64,35). Sum of RGB (Red+Green+Blue) = 80+64+35=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #504023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504023 is #AFBFDC. Grayscale: #414141. Windows color (decimal): -11517917 or 2310224. OLE color: 2310224.

HSL color Cylindrical-coordinate representation of color #504023: hue angle of 38.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504023 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB806435-
CMYK00.200.560.69
HSL38.67º39.13%22.55%-
HSV(B)38.67º56.25%31.37%-
XYZ5.455.492.36-
YUV65.48110.8138.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 35 (14.06% from 255) = 19.55%
R=44.69%
G=35.75%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80643500.200.560.6938.6739.1322.55
Hex5040230143845272717
Octal1201004302470105474727
Binary10100001000000100011010100111000100010110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504023; }

 p { color: rgb(80,64,35); }

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

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

 a { background-color: rgb(80,64,35); }

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

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

 span { border-color: rgb(80,64,35); }

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