#423D2D

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

Shades of Woodrush #423D2D

Tints of Woodrush #423D2D

Color information

#423D2D (or 0x423D2D) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 2D. RGB value is (66,61,45). Sum of RGB (Red+Green+Blue) = 66+61+45=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D2D is #BDC2D2. Grayscale: #3C3C3C. Windows color (decimal): -12436179 or 2964802. OLE color: 2964802.

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

Color convert

RGB666145-
CMYK00.080.320.74
HSL45.71º18.92%21.76%-
HSV(B)45.71º31.82%25.88%-
XYZ4.394.693.16-
YUV60.67119.16131.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=38.37%
G=35.47%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614500.080.320.7445.7118.9221.76
Hex423D2D08204A2e1316
Octal102755501040112562326
Binary10000101111011011010100010000010010101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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