#455129

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

Shades of Bronzetone #455129

Tints of Bronzetone #455129

Color information

#455129 (or 0x455129) is unknown color: approx Bronzetone. HEX triplet: 45, 51 and 29. RGB value is (69,81,41). Sum of RGB (Red+Green+Blue) = 69+81+41=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #455129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455129 is #BAAED6. Grayscale: #494949. Windows color (decimal): -12234455 or 2707781. OLE color: 2707781.

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

Color convert

RGB698141-
CMYK0.1500.490.68
HSL78º32.79%23.92%-
HSV(B)78º49.38%31.76%-
XYZ5.87.313.2-
YUV72.85110.02125.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=36.13%
G=42.41%
B=21.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981410.1500.490.687832.7923.92
Hex455129F031444e2118
Octal10512151170611041164130
Binary10001011010001101001111101100011000100100111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455129; }

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

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

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

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

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

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

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

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