#42412E

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

Shades of Woodrush #42412E

Tints of Woodrush #42412E

Color information

#42412E (or 0x42412E) is unknown color: approx Woodrush. HEX triplet: 42, 41 and 2E. RGB value is (66,65,46). Sum of RGB (Red+Green+Blue) = 66+65+46=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #42412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42412E is #BDBED1. Grayscale: #3F3F3F. Windows color (decimal): -12435154 or 3031362. OLE color: 3031362.

HSL color Cylindrical-coordinate representation of color #42412E: hue angle of 57º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42412E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB666546-
CMYK00.020.300.74
HSL57º17.86%21.96%-
HSV(B)57º30.3%25.88%-
XYZ4.635.143.33-
YUV63.13118.33130.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=37.29%
G=36.72%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66654600.020.300.745717.8621.96
Hex42412E021E4A391216
Octal102101560236112712226
Binary100001010000011011100101111010010101110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,65,46); }

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

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

 a { background-color: rgb(66,65,46); }

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

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

 span { border-color: rgb(66,65,46); }

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