#42401E

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

Shades of Woodrush #42401E

Tints of Woodrush #42401E

Color information

#42401E (or 0x42401E) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 1E. RGB value is (66,64,30). Sum of RGB (Red+Green+Blue) = 66+64+30=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #42401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42401E is #BDBFE1. Grayscale: #3C3C3C. Windows color (decimal): -12435426 or 1982530. OLE color: 1982530.

HSL color Cylindrical-coordinate representation of color #42401E: hue angle of 56.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42401E is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB666430-
CMYK00.030.550.74
HSL56.67º37.5%18.82%-
HSV(B)56.67º54.55%25.88%-
XYZ4.314.921.95-
YUV60.72110.66131.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.25%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=41.25%
G=40%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66643000.030.550.7456.6737.518.82
Hex42401E03374A392613
Octal102100360367112714623
Binary1000010100000011110011110111100101011100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42401E; }

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

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

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

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

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

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

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

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