#414725

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

Shades of Bronzetone #414725

Tints of Bronzetone #414725

Color information

#414725 (or 0x414725) is unknown color: approx Bronzetone. HEX triplet: 41, 47 and 25. RGB value is (65,71,37). Sum of RGB (Red+Green+Blue) = 65+71+37=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #414725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414725 is #BEB8DA. Grayscale: #414141. Windows color (decimal): -12499163 or 2443073. OLE color: 2443073.

HSL color Cylindrical-coordinate representation of color #414725: hue angle of 70.59º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414725 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB657137-
CMYK0.0800.480.72
HSL70.59º31.48%21.18%-
HSV(B)70.59º47.89%27.84%-
XYZ4.775.762.61-
YUV65.33112.01127.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=37.57%
G=41.04%
B=21.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571370.0800.480.7270.5931.4821.18
Hex414725803048471f15
Octal10110745100601101073725
Binary1000001100011110010110000110000100100010001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414725; }

 p { color: rgb(65,71,37); }

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

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

 a { background-color: rgb(65,71,37); }

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

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

 span { border-color: rgb(65,71,37); }

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