#464D33

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

Shades of Bronzetone #464D33

Tints of Bronzetone #464D33

Color information

#464D33 (or 0x464D33) is unknown color: approx Bronzetone. HEX triplet: 46, 4D and 33. RGB value is (70,77,51). Sum of RGB (Red+Green+Blue) = 70+77+51=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #464D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D33 is #B9B2CC. Grayscale: #484848. Windows color (decimal): -12169933 or 3362118. OLE color: 3362118.

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

Color convert

RGB707751-
CMYK0.0900.340.70
HSL76.15º20.31%25.1%-
HSV(B)76.15º33.77%30.2%-
XYZ5.786.854.15-
YUV71.94116.18126.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=35.35%
G=38.89%
B=25.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077510.0900.340.7076.1520.3125.1
Hex464D339022464c1419
Octal10611563110421061142431
Binary1000110100110111001110010100010100011010011001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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