#414528

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

Shades of Bronzetone #414528

Tints of Bronzetone #414528

Color information

#414528 (or 0x414528) is unknown color: approx Bronzetone. HEX triplet: 41, 45 and 28. RGB value is (65,69,40). Sum of RGB (Red+Green+Blue) = 65+69+40=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 69 - color contains mainly: green. Hex color #414528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414528 is #BEBAD7. Grayscale: #404040. Windows color (decimal): -12499672 or 2639169. OLE color: 2639169.

HSL color Cylindrical-coordinate representation of color #414528: hue angle of 68.28º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414528 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB656940-
CMYK0.0600.420.73
HSL68.28º26.61%21.37%-
HSV(B)68.28º42.03%27.06%-
XYZ4.695.532.83-
YUV64.5114.17128.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=37.36%
G=39.66%
B=22.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569400.0600.420.7368.2826.6121.37
Hex414528602A49441b15
Octal1011055060521111043325
Binary100000110001011010001100101010100100110001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414528; }

 p { color: rgb(65,69,40); }

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

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

 a { background-color: rgb(65,69,40); }

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

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

 span { border-color: rgb(65,69,40); }

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