#42402C

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

Shades of Woodrush #42402C

Tints of Woodrush #42402C

Color information

#42402C (or 0x42402C) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 2C. RGB value is (66,64,44). Sum of RGB (Red+Green+Blue) = 66+64+44=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #42402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42402C is #BDBFD3. Grayscale: #3E3E3E. Windows color (decimal): -12435412 or 2900034. OLE color: 2900034.

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

Color convert

RGB666444-
CMYK00.030.330.74
HSL54.55º20%21.57%-
HSV(B)54.55º33.33%25.88%-
XYZ4.535.013.11-
YUV62.32117.66130.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=37.93%
G=36.78%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66644400.030.330.7454.552021.57
Hex42402C03214A371416
Octal102100540341112672426
Binary1000010100000010110001110000110010101101111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42402C; }

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

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

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

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

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

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

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

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