#465227

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

Shades of Bronzetone #465227

Tints of Bronzetone #465227

Color information

#465227 (or 0x465227) is unknown color: approx Bronzetone. HEX triplet: 46, 52 and 27. RGB value is (70,82,39). Sum of RGB (Red+Green+Blue) = 70+82+39=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #465227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465227 is #B9ADD8. Grayscale: #494949. Windows color (decimal): -12168665 or 2576966. OLE color: 2576966.

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

Color convert

RGB708239-
CMYK0.1500.520.68
HSL76.74º35.54%23.73%-
HSV(B)76.74º52.44%32.16%-
XYZ5.917.483.05-
YUV73.51108.52125.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 82 (32.42% from 255) = 42.93%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=36.65%
G=42.93%
B=20.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082390.1500.520.6876.7435.5423.73
Hex465227F034444d2418
Octal10612247170641041154430
Binary10001101010010100111111101101001000100100110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465227; }

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

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

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

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

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

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

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

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