#424D27

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

Shades of Bronzetone #424D27

Tints of Bronzetone #424D27

Color information

#424D27 (or 0x424D27) is unknown color: approx Bronzetone. HEX triplet: 42, 4D and 27. RGB value is (66,77,39). Sum of RGB (Red+Green+Blue) = 66+77+39=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #424D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D27 is #BDB2D8. Grayscale: #454545. Windows color (decimal): -12432089 or 2575682. OLE color: 2575682.

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

Color convert

RGB667739-
CMYK0.1400.490.70
HSL77.37º32.76%22.75%-
HSV(B)77.37º49.35%30.2%-
XYZ5.276.612.92-
YUV69.38110.86125.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=36.26%
G=42.31%
B=21.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6677390.1400.490.7077.3732.7622.75
Hex424D27E031464d2117
Octal10211547160611061154127
Binary10000101001101100111111001100011000110100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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