#464D29

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

Shades of Bronzetone #464D29

Tints of Bronzetone #464D29

Color information

#464D29 (or 0x464D29) is unknown color: approx Bronzetone. HEX triplet: 46, 4D and 29. RGB value is (70,77,41). Sum of RGB (Red+Green+Blue) = 70+77+41=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #464D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D29 is #B9B2D6. Grayscale: #464646. Windows color (decimal): -12169943 or 2706758. OLE color: 2706758.

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

Color convert

RGB707741-
CMYK0.0900.470.70
HSL71.67º30.51%23.14%-
HSV(B)71.67º46.75%30.2%-
XYZ5.586.773.11-
YUV70.8111.18127.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=37.23%
G=40.96%
B=21.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077410.0900.470.7071.6730.5123.14
Hex464D29902F46481f17
Octal10611551110571061103727
Binary1000110100110110100110010101111100011010010001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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