#42402F

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

Shades of Woodrush #42402F

Tints of Woodrush #42402F

Color information

#42402F (or 0x42402F) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 2F. RGB value is (66,64,47). Sum of RGB (Red+Green+Blue) = 66+64+47=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #42402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42402F is #BDBFD0. Grayscale: #3E3E3E. Windows color (decimal): -12435409 or 3096642. OLE color: 3096642.

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

Color convert

RGB666447-
CMYK00.030.290.74
HSL53.68º16.81%22.16%-
HSV(B)53.68º28.79%25.88%-
XYZ4.595.033.42-
YUV62.66119.16130.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=37.29%
G=36.16%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66644700.030.290.7453.6816.8122.16
Hex42402F031D4A361116
Octal102100570335112662126
Binary100001010000001011110111110110010101101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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