#424032

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

Shades of Woodrush #424032

Tints of Woodrush #424032

Color information

#424032 (or 0x424032) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 32. RGB value is (66,64,50). Sum of RGB (Red+Green+Blue) = 66+64+50=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #424032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424032 is #BDBFCD. Grayscale: #3F3F3F. Windows color (decimal): -12435406 or 3293250. OLE color: 3293250.

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

Color convert

RGB666450-
CMYK00.030.240.74
HSL52.5º13.79%22.75%-
HSV(B)52.5º24.24%25.88%-
XYZ4.665.063.75-
YUV63120.66130.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=36.67%
G=35.56%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66645000.030.240.7452.513.7922.75
Hex42403203184A35e17
Octal102100620330112651627
Binary10000101000000110010011110001001010110101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424032; }

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

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

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

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

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

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

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

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