#423D26

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

Shades of Woodrush #423D26

Tints of Woodrush #423D26

Color information

#423D26 (or 0x423D26) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 26. RGB value is (66,61,38). Sum of RGB (Red+Green+Blue) = 66+61+38=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #423D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D26 is #BDC2D9. Grayscale: #3B3B3B. Windows color (decimal): -12436186 or 2506050. OLE color: 2506050.

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

Color convert

RGB666138-
CMYK00.080.420.74
HSL49.29º26.92%20.39%-
HSV(B)49.29º42.42%25.88%-
XYZ4.274.642.5-
YUV59.87115.66132.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=40%
G=36.97%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66613800.080.420.7449.2926.9220.39
Hex423D26082A4A311b14
Octal102754601052112613324
Binary10000101111011001100100010101010010101100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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