#434A2A

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

Shades of Bronzetone #434A2A

Tints of Bronzetone #434A2A

Color information

#434A2A (or 0x434A2A) is unknown color: approx Bronzetone. HEX triplet: 43, 4A and 2A. RGB value is (67,74,42). Sum of RGB (Red+Green+Blue) = 67+74+42=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #434A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A2A is #BCB5D5. Grayscale: #444444. Windows color (decimal): -12367318 or 2771523. OLE color: 2771523.

HSL color Cylindrical-coordinate representation of color #434A2A: hue angle of 73.12º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434A2A is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB677442-
CMYK0.0900.430.71
HSL73.12º27.59%22.75%-
HSV(B)73.12º43.24%29.02%-
XYZ5.186.263.13-
YUV68.26113.18127.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.61%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=36.61%
G=40.44%
B=22.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6774420.0900.430.7173.1227.5922.75
Hex434A2A902B47491c17
Octal10311252110531071113427
Binary1000011100101010101010010101011100011110010011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434A2A; }

 p { color: rgb(67,74,42); }

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

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

 a { background-color: rgb(67,74,42); }

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

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

 span { border-color: rgb(67,74,42); }

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