#423E28

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

Shades of Woodrush #423E28

Tints of Woodrush #423E28

Color information

#423E28 (or 0x423E28) is unknown color: approx Woodrush. HEX triplet: 42, 3E and 28. RGB value is (66,62,40). Sum of RGB (Red+Green+Blue) = 66+62+40=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E28 is #BDC1D7. Grayscale: #3C3C3C. Windows color (decimal): -12435928 or 2637378. OLE color: 2637378.

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

Color convert

RGB666240-
CMYK00.060.390.74
HSL50.77º24.53%20.78%-
HSV(B)50.77º39.39%25.88%-
XYZ4.354.762.7-
YUV60.69116.33131.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=39.29%
G=36.90%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66624000.060.390.7450.7724.5320.78
Hex423E2806274A331915
Octal10276500647112633125
Binary1000010111110101000011010011110010101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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