#465324

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

Shades of Bronzetone #465324

Tints of Bronzetone #465324

Color information

#465324 (or 0x465324) is unknown color: approx Bronzetone. HEX triplet: 46, 53 and 24. RGB value is (70,83,36). Sum of RGB (Red+Green+Blue) = 70+83+36=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #465324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465324 is #B9ACDB. Grayscale: #494949. Windows color (decimal): -12168412 or 2380614. OLE color: 2380614.

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

Color convert

RGB708336-
CMYK0.1600.570.67
HSL76.6º39.5%23.33%-
HSV(B)76.6º56.63%32.55%-
XYZ5.947.622.83-
YUV73.76106.69125.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=37.04%
G=43.92%
B=19.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083360.1600.570.6776.639.523.33
Hex46532410039434d2717
Octal10612344200711031154727
Binary100011010100111001001000001110011000011100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465324; }

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

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

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

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

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

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

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

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