#423E2C

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

Shades of Woodrush #423E2C

Tints of Woodrush #423E2C

Color information

#423E2C (or 0x423E2C) is unknown color: approx Woodrush. HEX triplet: 42, 3E and 2C. RGB value is (66,62,44). Sum of RGB (Red+Green+Blue) = 66+62+44=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E2C is #BDC1D3. Grayscale: #3D3D3D. Windows color (decimal): -12435924 or 2899522. OLE color: 2899522.

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

Color convert

RGB666244-
CMYK00.060.330.74
HSL49.09º20%21.57%-
HSV(B)49.09º33.33%25.88%-
XYZ4.424.793.07-
YUV61.14118.33131.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=38.37%
G=36.05%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66624400.060.330.7449.092021.57
Hex423E2C06214A311416
Octal10276540641112612426
Binary1000010111110101100011010000110010101100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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