#465427

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

Shades of Bronzetone #465427

Tints of Bronzetone #465427

Color information

#465427 (or 0x465427) is unknown color: approx Bronzetone. HEX triplet: 46, 54 and 27. RGB value is (70,84,39). Sum of RGB (Red+Green+Blue) = 70+84+39=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #465427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465427 is #B9ABD8. Grayscale: #4A4A4A. Windows color (decimal): -12168153 or 2577478. OLE color: 2577478.

HSL color Cylindrical-coordinate representation of color #465427: hue angle of 78.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465427 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB708439-
CMYK0.1700.540.67
HSL78.67º36.59%24.12%-
HSV(B)78.67º53.57%32.94%-
XYZ6.067.793.1-
YUV74.68107.86124.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=36.27%
G=43.52%
B=20.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084390.1700.540.6778.6736.5924.12
Hex46542711036434f2518
Octal10612447210661031174530
Binary100011010101001001111000101101101000011100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465427; }

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

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

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

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

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

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

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

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