#424E2C

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

Shades of Bronzetone #424E2C

Tints of Bronzetone #424E2C

Color information

#424E2C (or 0x424E2C) is unknown color: approx Bronzetone. HEX triplet: 42, 4E and 2C. RGB value is (66,78,44). Sum of RGB (Red+Green+Blue) = 66+78+44=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #424E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E2C is #BDB1D3. Grayscale: #464646. Windows color (decimal): -12431828 or 2903618. OLE color: 2903618.

HSL color Cylindrical-coordinate representation of color #424E2C: hue angle of 81.18º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424E2C is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB667844-
CMYK0.1500.440.69
HSL81.18º27.87%23.92%-
HSV(B)81.18º43.59%30.59%-
XYZ5.436.793.41-
YUV70.54113.02124.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=35.11%
G=41.49%
B=23.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6678440.1500.440.6981.1827.8723.92
Hex424E2CF02C45511c18
Octal10211654170541051213430
Binary1000010100111010110011110101100100010110100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424E2C; }

 p { color: rgb(66,78,44); }

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

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

 a { background-color: rgb(66,78,44); }

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

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

 span { border-color: rgb(66,78,44); }

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