#434920

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

Shades of Bronzetone #434920

Tints of Bronzetone #434920

Color information

#434920 (or 0x434920) is unknown color: approx Bronzetone. HEX triplet: 43, 49 and 20. RGB value is (67,73,32). Sum of RGB (Red+Green+Blue) = 67+73+32=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #434920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434920 is #BCB6DF. Grayscale: #424242. Windows color (decimal): -12367584 or 2115907. OLE color: 2115907.

HSL color Cylindrical-coordinate representation of color #434920: hue angle of 68.78º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434920 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB677332-
CMYK0.0800.560.71
HSL68.78º39.05%20.59%-
HSV(B)68.78º56.16%28.63%-
XYZ4.966.062.28-
YUV66.53108.51128.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=38.95%
G=42.44%
B=18.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773320.0800.560.7168.7839.0520.59
Hex434920803847452715
Octal10311140100701071054725
Binary10000111001001100000100001110001000111100010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434920; }

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

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

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

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

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

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

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

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