#464C27

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

Shades of Bronzetone #464C27

Tints of Bronzetone #464C27

Color information

#464C27 (or 0x464C27) is unknown color: approx Bronzetone. HEX triplet: 46, 4C and 27. RGB value is (70,76,39). Sum of RGB (Red+Green+Blue) = 70+76+39=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #464C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C27 is #B9B3D8. Grayscale: #464646. Windows color (decimal): -12170201 or 2575430. OLE color: 2575430.

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

Color convert

RGB707639-
CMYK0.0800.490.70
HSL69.73º32.17%22.55%-
HSV(B)69.73º48.68%29.8%-
XYZ5.486.622.91-
YUV69.99110.51128.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=37.84%
G=41.08%
B=21.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7076390.0800.490.7069.7332.1722.55
Hex464C27803146462017
Octal10611447100611061064027
Binary10001101001100100111100001100011000110100011010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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