#424825

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

Shades of Bronzetone #424825

Tints of Bronzetone #424825

Color information

#424825 (or 0x424825) is unknown color: approx Bronzetone. HEX triplet: 42, 48 and 25. RGB value is (66,72,37). Sum of RGB (Red+Green+Blue) = 66+72+37=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #424825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424825 is #BDB7DA. Grayscale: #424242. Windows color (decimal): -12433371 or 2443330. OLE color: 2443330.

HSL color Cylindrical-coordinate representation of color #424825: hue angle of 70.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424825 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB667237-
CMYK0.0800.490.72
HSL70.29º32.11%21.37%-
HSV(B)70.29º48.61%28.24%-
XYZ4.95.932.64-
YUV66.22111.51127.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 72 (28.52% from 255) = 41.14%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=37.71%
G=41.14%
B=21.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672370.0800.490.7270.2932.1121.37
Hex424825803148462015
Octal10211045100611101064025
Binary10000101001000100101100001100011001000100011010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424825; }

 p { color: rgb(66,72,37); }

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

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

 a { background-color: rgb(66,72,37); }

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

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

 span { border-color: rgb(66,72,37); }

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