#405320

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

Shades of Bronzetone #405320

Tints of Bronzetone #405320

Color information

#405320 (or 0x405320) is unknown color: approx Bronzetone. HEX triplet: 40, 53 and 20. RGB value is (64,83,32). Sum of RGB (Red+Green+Blue) = 64+83+32=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #405320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405320 is #BFACDF. Grayscale: #474747. Windows color (decimal): -12561632 or 2118464. OLE color: 2118464.

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

Color convert

RGB648332-
CMYK0.2300.610.67
HSL82.35º44.35%22.55%-
HSV(B)82.35º61.45%32.55%-
XYZ5.477.382.5-
YUV71.5105.71122.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=35.75%
G=46.37%
B=17.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483320.2300.610.6782.3544.3522.55
Hex4053201703D43522c17
Octal10012340270751031225427
Binary100000010100111000001011101111011000011101001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405320; }

 p { color: rgb(64,83,32); }

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

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

 a { background-color: rgb(64,83,32); }

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

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

 span { border-color: rgb(64,83,32); }

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