#424727

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

Shades of Bronzetone #424727

Tints of Bronzetone #424727

Color information

#424727 (or 0x424727) is unknown color: approx Bronzetone. HEX triplet: 42, 47 and 27. RGB value is (66,71,39). Sum of RGB (Red+Green+Blue) = 66+71+39=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #424727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424727 is #BDB8D8. Grayscale: #414141. Windows color (decimal): -12433625 or 2574146. OLE color: 2574146.

HSL color Cylindrical-coordinate representation of color #424727: hue angle of 69.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #424727 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB667139-
CMYK0.0700.450.72
HSL69.38º29.09%21.57%-
HSV(B)69.38º45.07%27.84%-
XYZ4.875.812.78-
YUV65.86112.84128.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=37.5%
G=40.34%
B=22.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671390.0700.450.7269.3829.0921.57
Hex424727702D48451d16
Octal1021074770551101053526
Binary100001010001111001111110101101100100010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424727; }

 p { color: rgb(66,71,39); }

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

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

 a { background-color: rgb(66,71,39); }

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

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

 span { border-color: rgb(66,71,39); }

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