#423F20

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

Shades of Woodrush #423F20

Tints of Woodrush #423F20

Color information

#423F20 (or 0x423F20) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 20. RGB value is (66,63,32). Sum of RGB (Red+Green+Blue) = 66+63+32=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #423F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F20 is #BDC0DF. Grayscale: #3C3C3C. Windows color (decimal): -12435680 or 2113346. OLE color: 2113346.

HSL color Cylindrical-coordinate representation of color #423F20: hue angle of 54.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423F20 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB666332-
CMYK00.050.520.74
HSL54.71º34.69%19.22%-
HSV(B)54.71º51.52%25.88%-
XYZ4.284.822.07-
YUV60.36111.99132.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 63 (25% from 255) = 39.13%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=40.99%
G=39.13%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66633200.050.520.7454.7134.6919.22
Hex423F2005344A372313
Octal10277400564112674323
Binary10000101111111000000101110100100101011011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F20; }

 p { color: rgb(66,63,32); }

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

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

 a { background-color: rgb(66,63,32); }

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

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

 span { border-color: rgb(66,63,32); }

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