#414724

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

Shades of Bronzetone #414724

Tints of Bronzetone #414724

Color information

#414724 (or 0x414724) is unknown color: approx Bronzetone. HEX triplet: 41, 47 and 24. RGB value is (65,71,36). Sum of RGB (Red+Green+Blue) = 65+71+36=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #414724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414724 is #BEB8DB. Grayscale: #414141. Windows color (decimal): -12499164 or 2377537. OLE color: 2377537.

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

Color convert

RGB657136-
CMYK0.0800.490.72
HSL70.29º32.71%20.98%-
HSV(B)70.29º49.3%27.84%-
XYZ4.755.762.53-
YUV65.22111.51127.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 36 (14.45% from 255) = 20.93%
R=37.79%
G=41.28%
B=20.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571360.0800.490.7270.2932.7120.98
Hex414724803148462115
Octal10110744100611101064125
Binary10000011000111100100100001100011001000100011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414724; }

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

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

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

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

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

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

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

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