#465225

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

Shades of Bronzetone #465225

Tints of Bronzetone #465225

Color information

#465225 (or 0x465225) is unknown color: approx Bronzetone. HEX triplet: 46, 52 and 25. RGB value is (70,82,37). Sum of RGB (Red+Green+Blue) = 70+82+37=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #465225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465225 is #B9ADDA. Grayscale: #494949. Windows color (decimal): -12168667 or 2445894. OLE color: 2445894.

HSL color Cylindrical-coordinate representation of color #465225: hue angle of 76º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #465225 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB708237-
CMYK0.1500.550.68
HSL76º37.82%23.33%-
HSV(B)76º54.88%32.16%-
XYZ5.887.472.88-
YUV73.28107.52125.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=37.04%
G=43.39%
B=19.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082370.1500.550.687637.8223.33
Hex465225F037444c2617
Octal10612245170671041144627
Binary10001101010010100101111101101111000100100110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465225; }

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

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

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

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

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

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

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

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