#455121

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

Shades of Bronzetone #455121

Tints of Bronzetone #455121

Color information

#455121 (or 0x455121) is unknown color: approx Bronzetone. HEX triplet: 45, 51 and 21. RGB value is (69,81,33). Sum of RGB (Red+Green+Blue) = 69+81+33=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #455121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455121 is #BAAEDE. Grayscale: #484848. Windows color (decimal): -12234463 or 2183493. OLE color: 2183493.

HSL color Cylindrical-coordinate representation of color #455121: hue angle of 75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455121 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB698133-
CMYK0.1500.590.68
HSL75º42.11%22.35%-
HSV(B)75º59.26%31.76%-
XYZ5.677.262.54-
YUV71.94106.02125.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=37.70%
G=44.26%
B=18.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981330.1500.590.687542.1122.35
Hex455121F03B444b2a16
Octal10512141170731041135226
Binary10001011010001100001111101110111000100100101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455121; }

 p { color: rgb(69,81,33); }

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

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

 a { background-color: rgb(69,81,33); }

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

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

 span { border-color: rgb(69,81,33); }

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