#464D2D

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

Shades of Bronzetone #464D2D

Tints of Bronzetone #464D2D

Color information

#464D2D (or 0x464D2D) is unknown color: approx Bronzetone. HEX triplet: 46, 4D and 2D. RGB value is (70,77,45). Sum of RGB (Red+Green+Blue) = 70+77+45=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #464D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D2D is #B9B2D2. Grayscale: #474747. Windows color (decimal): -12169939 or 2968902. OLE color: 2968902.

HSL color Cylindrical-coordinate representation of color #464D2D: hue angle of 73.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464D2D is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB707745-
CMYK0.0900.420.70
HSL73.12º26.23%23.92%-
HSV(B)73.12º41.56%30.2%-
XYZ5.656.83.5-
YUV71.26113.18127.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.46%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=36.46%
G=40.10%
B=23.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077450.0900.420.7073.1226.2323.92
Hex464D2D902A46491a18
Octal10611555110521061113230
Binary1000110100110110110110010101010100011010010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464D2D; }

 p { color: rgb(70,77,45); }

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

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

 a { background-color: rgb(70,77,45); }

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

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

 span { border-color: rgb(70,77,45); }

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