#465425

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

Shades of Bronzetone #465425

Tints of Bronzetone #465425

Color information

#465425 (or 0x465425) is unknown color: approx Bronzetone. HEX triplet: 46, 54 and 25. RGB value is (70,84,37). Sum of RGB (Red+Green+Blue) = 70+84+37=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #465425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465425 is #B9ABDA. Grayscale: #4A4A4A. Windows color (decimal): -12168155 or 2446406. OLE color: 2446406.

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

Color convert

RGB708437-
CMYK0.1700.560.67
HSL77.87º38.84%23.73%-
HSV(B)77.87º55.95%32.94%-
XYZ6.037.782.93-
YUV74.46106.86124.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=36.65%
G=43.98%
B=19.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084370.1700.560.6777.8738.8423.73
Hex46542511038434e2718
Octal10612445210701031164730
Binary100011010101001001011000101110001000011100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465425; }

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

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

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

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

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

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

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

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