#455029

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

Shades of Bronzetone #455029

Tints of Bronzetone #455029

Color information

#455029 (or 0x455029) is unknown color: approx Bronzetone. HEX triplet: 45, 50 and 29. RGB value is (69,80,41). Sum of RGB (Red+Green+Blue) = 69+80+41=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #455029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455029 is #BAAFD6. Grayscale: #484848. Windows color (decimal): -12234711 or 2707525. OLE color: 2707525.

HSL color Cylindrical-coordinate representation of color #455029: hue angle of 76.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455029 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB698041-
CMYK0.1400.490.69
HSL76.92º32.23%23.73%-
HSV(B)76.92º48.75%31.37%-
XYZ5.727.163.18-
YUV72.26110.36125.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=36.32%
G=42.11%
B=21.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980410.1400.490.6976.9232.2323.73
Hex455029E031454d2018
Octal10512051160611051154030
Binary10001011010000101001111001100011000101100110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455029; }

 p { color: rgb(69,80,41); }

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

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

 a { background-color: rgb(69,80,41); }

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

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

 span { border-color: rgb(69,80,41); }

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