#424025

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

Shades of Woodrush #424025

Tints of Woodrush #424025

Color information

#424025 (or 0x424025) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 25. RGB value is (66,64,37). Sum of RGB (Red+Green+Blue) = 66+64+37=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #424025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424025 is #BDBFDA. Grayscale: #3D3D3D. Windows color (decimal): -12435419 or 2441282. OLE color: 2441282.

HSL color Cylindrical-coordinate representation of color #424025: hue angle of 55.86º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424025 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB666437-
CMYK00.030.440.74
HSL55.86º28.16%20.2%-
HSV(B)55.86º43.94%25.88%-
XYZ4.414.962.47-
YUV61.52114.16131.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=39.52%
G=38.32%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66643700.030.440.7455.8628.1620.2
Hex424025032C4A381c14
Octal102100450354112703424
Binary1000010100000010010101110110010010101110001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424025; }

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

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

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

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

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

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

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

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