#423D24

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

Shades of Woodrush #423D24

Tints of Woodrush #423D24

Color information

#423D24 (or 0x423D24) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 24. RGB value is (66,61,36). Sum of RGB (Red+Green+Blue) = 66+61+36=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #423D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D24 is #BDC2DB. Grayscale: #3B3B3B. Windows color (decimal): -12436188 or 2374978. OLE color: 2374978.

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

Color convert

RGB666136-
CMYK00.080.450.74
HSL50º29.41%20%-
HSV(B)50º45.45%25.88%-
XYZ4.234.622.34-
YUV59.64114.66132.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=40.49%
G=37.42%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66613600.080.450.745029.4120
Hex423D24082D4A321d14
Octal102754401055112623524
Binary10000101111011001000100010110110010101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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