#455424

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

Shades of Bronzetone #455424

Tints of Bronzetone #455424

Color information

#455424 (or 0x455424) is unknown color: approx Bronzetone. HEX triplet: 45, 54 and 24. RGB value is (69,84,36). Sum of RGB (Red+Green+Blue) = 69+84+36=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #455424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455424 is #BAABDB. Grayscale: #4A4A4A. Windows color (decimal): -12233692 or 2380869. OLE color: 2380869.

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

Color convert

RGB698436-
CMYK0.1800.570.67
HSL78.75º40%23.53%-
HSV(B)78.75º57.14%32.94%-
XYZ5.947.732.85-
YUV74.04106.53124.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=36.51%
G=44.44%
B=19.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984360.1800.570.6778.754023.53
Hex45542412039434f2818
Octal10512444220711031175030
Binary100010110101001001001001001110011000011100111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455424; }

 p { color: rgb(69,84,36); }

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

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

 a { background-color: rgb(69,84,36); }

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

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

 span { border-color: rgb(69,84,36); }

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