#514023

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

Shades of Deep Bronze #514023

Tints of Deep Bronze #514023

Color information

#514023 (or 0x514023) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 23. RGB value is (81,64,35). Sum of RGB (Red+Green+Blue) = 81+64+35=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #514023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514023 is #AEBFDC. Grayscale: #414141. Windows color (decimal): -11452381 or 2310225. OLE color: 2310225.

HSL color Cylindrical-coordinate representation of color #514023: hue angle of 37.83º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514023 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB816435-
CMYK00.210.570.68
HSL37.83º39.66%22.75%-
HSV(B)37.83º56.79%31.76%-
XYZ5.535.542.37-
YUV65.78110.63138.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=45%
G=35.56%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81643500.210.570.6837.8339.6622.75
Hex5140230153944262817
Octal1211004302571104465027
Binary10100011000000100011010101111001100010010011010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514023; }

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

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

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

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

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

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

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

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