#423E2B

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

Shades of Woodrush #423E2B

Tints of Woodrush #423E2B

Color information

#423E2B (or 0x423E2B) is unknown color: approx Woodrush. HEX triplet: 42, 3E and 2B. RGB value is (66,62,43). Sum of RGB (Red+Green+Blue) = 66+62+43=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E2B is #BDC1D4. Grayscale: #3D3D3D. Windows color (decimal): -12435925 or 2833986. OLE color: 2833986.

HSL color Cylindrical-coordinate representation of color #423E2B: hue angle of 49.57º 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 #423E2B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB666243-
CMYK00.060.350.74
HSL49.57º21.1%21.37%-
HSV(B)49.57º34.85%25.88%-
XYZ4.414.782.98-
YUV61.03117.83131.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=38.60%
G=36.26%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66624300.060.350.7449.5721.121.37
Hex423E2B06234A321515
Octal10276530643112622525
Binary1000010111110101011011010001110010101100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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