#425025

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

Shades of Bronzetone #425025

Tints of Bronzetone #425025

Color information

#425025 (or 0x425025) is unknown color: approx Bronzetone. HEX triplet: 42, 50 and 25. RGB value is (66,80,37). Sum of RGB (Red+Green+Blue) = 66+80+37=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #425025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425025 is #BDAFDA. Grayscale: #474747. Windows color (decimal): -12431323 or 2445378. OLE color: 2445378.

HSL color Cylindrical-coordinate representation of color #425025: hue angle of 79.53º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425025 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB668037-
CMYK0.1700.540.69
HSL79.53º36.75%22.94%-
HSV(B)79.53º53.75%31.37%-
XYZ5.457.032.82-
YUV70.91108.86124.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=36.07%
G=43.72%
B=20.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680370.1700.540.6979.5336.7522.94
Hex4250251103645502517
Octal10212045210661051204527
Binary100001010100001001011000101101101000101101000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425025; }

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

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

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

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

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

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

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

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