#465325

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

Shades of Bronzetone #465325

Tints of Bronzetone #465325

Color information

#465325 (or 0x465325) is unknown color: approx Bronzetone. HEX triplet: 46, 53 and 25. RGB value is (70,83,37). Sum of RGB (Red+Green+Blue) = 70+83+37=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #465325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465325 is #B9ACDA. Grayscale: #4A4A4A. Windows color (decimal): -12168411 or 2446150. OLE color: 2446150.

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

Color convert

RGB708337-
CMYK0.1600.550.67
HSL76.96º38.33%23.53%-
HSV(B)76.96º55.42%32.55%-
XYZ5.957.622.91-
YUV73.87107.19125.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=36.84%
G=43.68%
B=19.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083370.1600.550.6776.9638.3323.53
Hex46532510037434d2618
Octal10612345200671031154630
Binary100011010100111001011000001101111000011100110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465325; }

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

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

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

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

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

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

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

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