#423C28

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

Shades of Woodrush #423C28

Tints of Woodrush #423C28

Color information

#423C28 (or 0x423C28) is unknown color: approx Woodrush. HEX triplet: 42, 3C and 28. RGB value is (66,60,40). Sum of RGB (Red+Green+Blue) = 66+60+40=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C28 is #BDC3D7. Grayscale: #3B3B3B. Windows color (decimal): -12436440 or 2636866. OLE color: 2636866.

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

Color convert

RGB666040-
CMYK00.090.390.74
HSL46.15º24.53%20.78%-
HSV(B)46.15º39.39%25.88%-
XYZ4.254.542.66-
YUV59.51116.99132.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=39.76%
G=36.14%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66604000.090.390.7446.1524.5320.78
Hex423C2809274A2e1915
Octal102745001147112563125
Binary10000101111001010000100110011110010101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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