#465329

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

Shades of Bronzetone #465329

Tints of Bronzetone #465329

Color information

#465329 (or 0x465329) is unknown color: approx Bronzetone. HEX triplet: 46, 53 and 29. RGB value is (70,83,41). Sum of RGB (Red+Green+Blue) = 70+83+41=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #465329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465329 is #B9ACD6. Grayscale: #4A4A4A. Windows color (decimal): -12168407 or 2708294. OLE color: 2708294.

HSL color Cylindrical-coordinate representation of color #465329: hue angle of 78.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465329 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB708341-
CMYK0.1600.510.67
HSL78.57º33.87%24.31%-
HSV(B)78.57º50.6%32.55%-
XYZ6.027.653.26-
YUV74.32109.19124.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=36.08%
G=42.78%
B=21.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083410.1600.510.6778.5733.8724.31
Hex46532910033434f2218
Octal10612351200631031174230
Binary100011010100111010011000001100111000011100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465329; }

 p { color: rgb(70,83,41); }

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

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

 a { background-color: rgb(70,83,41); }

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

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

 span { border-color: rgb(70,83,41); }

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