#405022

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

Shades of Bronzetone #405022

Tints of Bronzetone #405022

Color information

#405022 (or 0x405022) is unknown color: approx Bronzetone. HEX triplet: 40, 50 and 22. RGB value is (64,80,34). Sum of RGB (Red+Green+Blue) = 64+80+34=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #405022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405022 is #BFAFDD. Grayscale: #464646. Windows color (decimal): -12562398 or 2248768. OLE color: 2248768.

HSL color Cylindrical-coordinate representation of color #405022: hue angle of 80.87º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405022 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB648034-
CMYK0.2000.580.69
HSL80.87º40.35%22.35%-
HSV(B)80.87º57.5%31.37%-
XYZ5.276.942.58-
YUV69.97107.7123.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=35.96%
G=44.94%
B=19.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480340.2000.580.6980.8740.3522.35
Hex4050221403A45512816
Octal10012042240721051215026
Binary100000010100001000101010001110101000101101000110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405022; }

 p { color: rgb(64,80,34); }

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

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

 a { background-color: rgb(64,80,34); }

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

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

 span { border-color: rgb(64,80,34); }

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