#465223

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

Shades of Bronzetone #465223

Tints of Bronzetone #465223

Color information

#465223 (or 0x465223) is unknown color: approx Bronzetone. HEX triplet: 46, 52 and 23. RGB value is (70,82,35). Sum of RGB (Red+Green+Blue) = 70+82+35=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #465223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465223 is #B9ADDC. Grayscale: #494949. Windows color (decimal): -12168669 or 2314822. OLE color: 2314822.

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

Color convert

RGB708235-
CMYK0.1500.570.68
HSL75.32º40.17%22.94%-
HSV(B)75.32º57.32%32.16%-
XYZ5.857.462.72-
YUV73.05106.52125.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 35 (14.06% from 255) = 18.72%
R=37.43%
G=43.85%
B=18.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7082350.1500.570.6875.3240.1722.94
Hex465223F039444b2817
Octal10612243170711041135027
Binary10001101010010100011111101110011000100100101110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465223; }

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

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

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

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

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

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

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

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