#455225

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

Shades of Bronzetone #455225

Tints of Bronzetone #455225

Color information

#455225 (or 0x455225) is unknown color: approx Bronzetone. HEX triplet: 45, 52 and 25. RGB value is (69,82,37). Sum of RGB (Red+Green+Blue) = 69+82+37=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #455225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455225 is #BAADDA. Grayscale: #494949. Windows color (decimal): -12234203 or 2445893. OLE color: 2445893.

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

Color convert

RGB698237-
CMYK0.1600.550.68
HSL77.33º37.82%23.33%-
HSV(B)77.33º54.88%32.16%-
XYZ5.817.432.88-
YUV72.98107.69125.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=36.70%
G=43.62%
B=19.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982370.1600.550.6877.3337.8223.33
Hex45522510037444d2617
Octal10512245200671041154627
Binary100010110100101001011000001101111000100100110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455225; }

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

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

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

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

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

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

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

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