#424F28

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

Shades of Bronzetone #424F28

Tints of Bronzetone #424F28

Color information

#424F28 (or 0x424F28) is unknown color: approx Bronzetone. HEX triplet: 42, 4F and 28. RGB value is (66,79,40). Sum of RGB (Red+Green+Blue) = 66+79+40=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #424F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F28 is #BDB0D7. Grayscale: #464646. Windows color (decimal): -12431576 or 2641730. OLE color: 2641730.

HSL color Cylindrical-coordinate representation of color #424F28: hue angle of 80º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424F28 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB667940-
CMYK0.1600.490.69
HSL80º32.77%23.33%-
HSV(B)80º49.37%30.98%-
XYZ5.436.93.05-
YUV70.67110.69124.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=35.68%
G=42.70%
B=21.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679400.1600.490.698032.7723.33
Hex424F281003145502117
Octal10211750200611051204127
Binary100001010011111010001000001100011000101101000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,79,40); }

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

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

 a { background-color: rgb(66,79,40); }

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

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

 span { border-color: rgb(66,79,40); }

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