#423E2D

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

Shades of Woodrush #423E2D

Tints of Woodrush #423E2D

Color information

#423E2D (or 0x423E2D) is unknown color: approx Woodrush. HEX triplet: 42, 3E and 2D. RGB value is (66,62,45). Sum of RGB (Red+Green+Blue) = 66+62+45=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E2D is #BDC1D2. Grayscale: #3D3D3D. Windows color (decimal): -12435923 or 2965058. OLE color: 2965058.

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

Color convert

RGB666245-
CMYK00.060.320.74
HSL48.57º18.92%21.76%-
HSV(B)48.57º31.82%25.88%-
XYZ4.444.793.17-
YUV61.26118.83131.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=38.15%
G=35.84%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66624500.060.320.7448.5718.9221.76
Hex423E2D06204A311316
Octal10276550640112612326
Binary1000010111110101101011010000010010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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