#415320

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

Shades of Bronzetone #415320

Tints of Bronzetone #415320

Color information

#415320 (or 0x415320) is unknown color: approx Bronzetone. HEX triplet: 41, 53 and 20. RGB value is (65,83,32). Sum of RGB (Red+Green+Blue) = 65+83+32=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #415320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415320 is #BEACDF. Grayscale: #474747. Windows color (decimal): -12496096 or 2118465. OLE color: 2118465.

HSL color Cylindrical-coordinate representation of color #415320: hue angle of 81.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #415320 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB658332-
CMYK0.2200.610.67
HSL81.18º44.35%22.55%-
HSV(B)81.18º61.45%32.55%-
XYZ5.537.412.51-
YUV71.8105.54123.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=36.11%
G=46.11%
B=17.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583320.2200.610.6781.1844.3522.55
Hex4153201603D43512c17
Octal10112340260751031215427
Binary100000110100111000001011001111011000011101000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415320; }

 p { color: rgb(65,83,32); }

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

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

 a { background-color: rgb(65,83,32); }

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

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

 span { border-color: rgb(65,83,32); }

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