#423D28

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

Shades of Woodrush #423D28

Tints of Woodrush #423D28

Color information

#423D28 (or 0x423D28) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 28. RGB value is (66,61,40). Sum of RGB (Red+Green+Blue) = 66+61+40=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #423D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D28 is #BDC2D7. Grayscale: #3C3C3C. Windows color (decimal): -12436184 or 2637122. OLE color: 2637122.

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

Color convert

RGB666140-
CMYK00.080.390.74
HSL48.46º24.53%20.78%-
HSV(B)48.46º39.39%25.88%-
XYZ4.34.652.68-
YUV60.1116.66132.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=39.52%
G=36.53%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614000.080.390.7448.4624.5320.78
Hex423D2808274A301915
Octal102755001047112603125
Binary10000101111011010000100010011110010101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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