#423D2C

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

Shades of Woodrush #423D2C

Tints of Woodrush #423D2C

Color information

#423D2C (or 0x423D2C) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 2C. RGB value is (66,61,44). Sum of RGB (Red+Green+Blue) = 66+61+44=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D2C is #BDC2D3. Grayscale: #3C3C3C. Windows color (decimal): -12436180 or 2899266. OLE color: 2899266.

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

Color convert

RGB666144-
CMYK00.080.330.74
HSL46.36º20%21.57%-
HSV(B)46.36º33.33%25.88%-
XYZ4.374.683.06-
YUV60.56118.66131.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=38.60%
G=35.67%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614400.080.330.7446.362021.57
Hex423D2C08214A2e1416
Octal102755401041112562426
Binary10000101111011011000100010000110010101011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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