#424028

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

Shades of Woodrush #424028

Tints of Woodrush #424028

Color information

#424028 (or 0x424028) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 28. RGB value is (66,64,40). Sum of RGB (Red+Green+Blue) = 66+64+40=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #424028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424028 is #BDBFD7. Grayscale: #3D3D3D. Windows color (decimal): -12435416 or 2637890. OLE color: 2637890.

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

Color convert

RGB666440-
CMYK00.030.390.74
HSL55.38º24.53%20.78%-
HSV(B)55.38º39.39%25.88%-
XYZ4.464.982.73-
YUV61.86115.66130.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=38.82%
G=37.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66644000.030.390.7455.3824.5320.78
Hex42402803274A371915
Octal102100500347112673125
Binary1000010100000010100001110011110010101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424028; }

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

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

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

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

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

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

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

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