#435420

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

Shades of Bronzetone #435420

Tints of Bronzetone #435420

Color information

#435420 (or 0x435420) is unknown color: approx Bronzetone. HEX triplet: 43, 54 and 20. RGB value is (67,84,32). Sum of RGB (Red+Green+Blue) = 67+84+32=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #435420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435420 is #BCABDF. Grayscale: #494949. Windows color (decimal): -12364768 or 2118723. OLE color: 2118723.

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

Color convert

RGB678432-
CMYK0.2000.620.67
HSL79.62º44.83%22.75%-
HSV(B)79.62º61.9%32.94%-
XYZ5.757.642.54-
YUV72.99104.87123.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.61%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=36.61%
G=45.90%
B=17.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6784320.2000.620.6779.6244.8322.75
Hex4354201403E43502d17
Octal10312440240761031205527
Binary100001110101001000001010001111101000011101000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435420; }

 p { color: rgb(67,84,32); }

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

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

 a { background-color: rgb(67,84,32); }

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

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

 span { border-color: rgb(67,84,32); }

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