#455229

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

Shades of Bronzetone #455229

Tints of Bronzetone #455229

Color information

#455229 (or 0x455229) is unknown color: approx Bronzetone. HEX triplet: 45, 52 and 29. RGB value is (69,82,41). Sum of RGB (Red+Green+Blue) = 69+82+41=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #455229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455229 is #BAADD6. Grayscale: #494949. Windows color (decimal): -12234199 or 2708037. OLE color: 2708037.

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

Color convert

RGB698241-
CMYK0.1600.500.68
HSL79.02º33.33%24.12%-
HSV(B)79.02º50%32.16%-
XYZ5.877.463.23-
YUV73.44109.69124.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=35.94%
G=42.71%
B=21.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982410.1600.500.6879.0233.3324.12
Hex45522910032444f2118
Octal10512251200621041174130
Binary100010110100101010011000001100101000100100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455229; }

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

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

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

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

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

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

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

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