#415321

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

Shades of Bronzetone #415321

Tints of Bronzetone #415321

Color information

#415321 (or 0x415321) is unknown color: approx Bronzetone. HEX triplet: 41, 53 and 21. RGB value is (65,83,33). Sum of RGB (Red+Green+Blue) = 65+83+33=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #415321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415321 is #BEACDE. Grayscale: #484848. Windows color (decimal): -12496095 or 2184001. OLE color: 2184001.

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

Color convert

RGB658333-
CMYK0.2200.600.67
HSL81.6º43.1%22.75%-
HSV(B)81.6º60.24%32.55%-
XYZ5.557.422.58-
YUV71.92106.04123.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=35.91%
G=45.86%
B=18.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583330.2200.600.6781.643.122.75
Hex4153211603C43522b17
Octal10112341260741031225327
Binary100000110100111000011011001111001000011101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415321; }

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

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

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

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

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

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

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

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