#423F2E

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

Shades of Woodrush #423F2E

Tints of Woodrush #423F2E

Color information

#423F2E (or 0x423F2E) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 2E. RGB value is (66,63,46). Sum of RGB (Red+Green+Blue) = 66+63+46=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #423F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F2E is #BDC0D1. Grayscale: #3E3E3E. Windows color (decimal): -12435666 or 3030850. OLE color: 3030850.

HSL color Cylindrical-coordinate representation of color #423F2E: hue angle of 51º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423F2E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB666346-
CMYK00.050.300.74
HSL51º17.86%21.96%-
HSV(B)51º30.3%25.88%-
XYZ4.524.913.29-
YUV61.96118.99130.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.71%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=37.71%
G=36%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66634600.050.300.745117.8621.96
Hex423F2E051E4A331216
Octal10277560536112632226
Binary100001011111110111001011111010010101100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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