#415022

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

Shades of Bronzetone #415022

Tints of Bronzetone #415022

Color information

#415022 (or 0x415022) is unknown color: approx Bronzetone. HEX triplet: 41, 50 and 22. RGB value is (65,80,34). Sum of RGB (Red+Green+Blue) = 65+80+34=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #415022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415022 is #BEAFDD. Grayscale: #464646. Windows color (decimal): -12496862 or 2248769. OLE color: 2248769.

HSL color Cylindrical-coordinate representation of color #415022: hue angle of 79.57º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415022 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB658034-
CMYK0.1900.580.69
HSL79.57º40.35%22.35%-
HSV(B)79.57º57.5%31.37%-
XYZ5.346.982.58-
YUV70.27107.53124.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=36.31%
G=44.69%
B=18.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580340.1900.580.6979.5740.3522.35
Hex4150221303A45502816
Octal10112042230721051205026
Binary100000110100001000101001101110101000101101000010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415022; }

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

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

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

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

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

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

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

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