#423E30

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

Shades of Woodrush #423E30

Tints of Woodrush #423E30

Color information

#423E30 (or 0x423E30) is unknown color: approx Woodrush. HEX triplet: 42, 3E and 30. RGB value is (66,62,48). Sum of RGB (Red+Green+Blue) = 66+62+48=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #423E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E30 is #BDC1CF. Grayscale: #3D3D3D. Windows color (decimal): -12435920 or 3161666. OLE color: 3161666.

HSL color Cylindrical-coordinate representation of color #423E30: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423E30 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB666248-
CMYK00.060.270.74
HSL46.67º15.79%22.35%-
HSV(B)46.67º27.27%25.88%-
XYZ4.54.823.49-
YUV61.6120.33131.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=37.5%
G=35.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66624800.060.270.7446.6715.7922.35
Hex423E30061B4A2f1016
Octal10276600633112572026
Binary100001011111011000001101101110010101011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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