#434934

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

Shades of Bronzetone #434934

Tints of Bronzetone #434934

Color information

#434934 (or 0x434934) is unknown color: approx Bronzetone. HEX triplet: 43, 49 and 34. RGB value is (67,73,52). Sum of RGB (Red+Green+Blue) = 67+73+52=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #434934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434934 is #BCB6CB. Grayscale: #444444. Windows color (decimal): -12367564 or 3426627. OLE color: 3426627.

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

Color convert

RGB677352-
CMYK0.0800.290.71
HSL77.14º16.8%24.51%-
HSV(B)77.14º28.77%28.63%-
XYZ5.326.214.17-
YUV68.81118.51126.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 52 (20.70% from 255) = 27.08%
R=34.90%
G=38.02%
B=27.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773520.0800.290.7177.1416.824.51
Hex434934801D474d1119
Octal10311164100351071152131
Binary100001110010011101001000011101100011110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434934; }

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

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

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

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

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

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

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

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