#415024

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

Shades of Bronzetone #415024

Tints of Bronzetone #415024

Color information

#415024 (or 0x415024) is unknown color: approx Bronzetone. HEX triplet: 41, 50 and 24. RGB value is (65,80,36). Sum of RGB (Red+Green+Blue) = 65+80+36=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #415024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415024 is #BEAFDB. Grayscale: #464646. Windows color (decimal): -12496860 or 2379841. OLE color: 2379841.

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

Color convert

RGB658036-
CMYK0.1900.550.69
HSL80.45º37.93%22.75%-
HSV(B)80.45º55%31.37%-
XYZ5.376.992.74-
YUV70.5108.53124.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=35.91%
G=44.20%
B=19.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580360.1900.550.6980.4537.9322.75
Hex4150241303745502617
Octal10112044230671051204627
Binary100000110100001001001001101101111000101101000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415024; }

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

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

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

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

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

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

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

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