#455223

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

Shades of Bronzetone #455223

Tints of Bronzetone #455223

Color information

#455223 (or 0x455223) is unknown color: approx Bronzetone. HEX triplet: 45, 52 and 23. RGB value is (69,82,35). Sum of RGB (Red+Green+Blue) = 69+82+35=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #455223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455223 is #BAADDC. Grayscale: #484848. Windows color (decimal): -12234205 or 2314821. OLE color: 2314821.

HSL color Cylindrical-coordinate representation of color #455223: hue angle of 76.6º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #455223 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB698235-
CMYK0.1600.570.68
HSL76.6º40.17%22.94%-
HSV(B)76.6º57.32%32.16%-
XYZ5.777.422.72-
YUV72.76106.69125.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.10%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=37.10%
G=44.09%
B=18.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982350.1600.570.6876.640.1722.94
Hex45522310039444d2817
Octal10512243200711041155027
Binary100010110100101000111000001110011000100100110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455223; }

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

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

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

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

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

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

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

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