#423D2E

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

Shades of Woodrush #423D2E

Tints of Woodrush #423D2E

Color information

#423D2E (or 0x423D2E) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 2E. RGB value is (66,61,46). Sum of RGB (Red+Green+Blue) = 66+61+46=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D2E is #BDC2D1. Grayscale: #3C3C3C. Windows color (decimal): -12436178 or 3030338. OLE color: 3030338.

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

Color convert

RGB666146-
CMYK00.080.300.74
HSL45º17.86%21.96%-
HSV(B)45º30.3%25.88%-
XYZ4.414.693.26-
YUV60.78119.66131.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=38.15%
G=35.26%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614600.080.300.744517.8621.96
Hex423D2E081E4A2d1216
Octal102755601036112552226
Binary1000010111101101110010001111010010101011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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