#42402B

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

Shades of Woodrush #42402B

Tints of Woodrush #42402B

Color information

#42402B (or 0x42402B) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 2B. RGB value is (66,64,43). Sum of RGB (Red+Green+Blue) = 66+64+43=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #42402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42402B is #BDBFD4. Grayscale: #3E3E3E. Windows color (decimal): -12435413 or 2834498. OLE color: 2834498.

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

Color convert

RGB666443-
CMYK00.030.350.74
HSL54.78º21.1%21.37%-
HSV(B)54.78º34.85%25.88%-
XYZ4.5253.01-
YUV62.2117.16130.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=38.15%
G=36.99%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66644300.030.350.7454.7821.121.37
Hex42402B03234A371515
Octal102100530343112672525
Binary1000010100000010101101110001110010101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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