#424B25

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

Shades of Bronzetone #424B25

Tints of Bronzetone #424B25

Color information

#424B25 (or 0x424B25) is unknown color: approx Bronzetone. HEX triplet: 42, 4B and 25. RGB value is (66,75,37). Sum of RGB (Red+Green+Blue) = 66+75+37=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #424B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B25 is #BDB4DA. Grayscale: #444444. Windows color (decimal): -12432603 or 2444098. OLE color: 2444098.

HSL color Cylindrical-coordinate representation of color #424B25: hue angle of 74.21º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424B25 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB667537-
CMYK0.1200.510.71
HSL74.21º33.93%21.96%-
HSV(B)74.21º50.67%29.41%-
XYZ5.16.322.7-
YUV67.98110.52126.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=37.08%
G=42.13%
B=20.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675370.1200.510.7174.2133.9321.96
Hex424B25C033474a2216
Octal10211345140631071124226
Binary10000101001011100101110001100111000111100101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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