#455622

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

Shades of Bronzetone #455622

Tints of Bronzetone #455622

Color information

#455622 (or 0x455622) is unknown color: approx Bronzetone. HEX triplet: 45, 56 and 22. RGB value is (69,86,34). Sum of RGB (Red+Green+Blue) = 69+86+34=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #455622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455622 is #BAA9DD. Grayscale: #4B4B4B. Windows color (decimal): -12233182 or 2250309. OLE color: 2250309.

HSL color Cylindrical-coordinate representation of color #455622: hue angle of 79.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455622 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB698634-
CMYK0.2000.600.66
HSL79.62º43.33%23.53%-
HSV(B)79.62º60.47%33.73%-
XYZ6.078.042.74-
YUV74.99104.87123.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 34 (13.67% from 255) = 17.99%
R=36.51%
G=45.50%
B=17.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986340.2000.600.6679.6243.3323.53
Hex4556221403C42502b18
Octal10512642240741021205330
Binary100010110101101000101010001111001000010101000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455622; }

 p { color: rgb(69,86,34); }

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

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

 a { background-color: rgb(69,86,34); }

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

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

 span { border-color: rgb(69,86,34); }

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