#455324

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

Shades of Bronzetone #455324

Tints of Bronzetone #455324

Color information

#455324 (or 0x455324) is unknown color: approx Bronzetone. HEX triplet: 45, 53 and 24. RGB value is (69,83,36). Sum of RGB (Red+Green+Blue) = 69+83+36=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #455324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455324 is #BAACDB. Grayscale: #494949. Windows color (decimal): -12233948 or 2380613. OLE color: 2380613.

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

Color convert

RGB698336-
CMYK0.1700.570.67
HSL77.87º39.5%23.33%-
HSV(B)77.87º56.63%32.55%-
XYZ5.877.582.82-
YUV73.46106.86124.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=36.70%
G=44.15%
B=19.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983360.1700.570.6777.8739.523.33
Hex45532411039434e2717
Octal10512344210711031164727
Binary100010110100111001001000101110011000011100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455324; }

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

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

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

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

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

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

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

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