#423F34

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

Shades of Woodrush #423F34

Tints of Woodrush #423F34

Color information

#423F34 (or 0x423F34) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 34. RGB value is (66,63,52). Sum of RGB (Red+Green+Blue) = 66+63+52=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F34 is #BDC0CB. Grayscale: #3E3E3E. Windows color (decimal): -12435660 or 3424066. OLE color: 3424066.

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

Color convert

RGB666352-
CMYK00.050.210.74
HSL47.14º11.86%23.14%-
HSV(B)47.14º21.21%25.88%-
XYZ4.644.963.96-
YUV62.64121.99130.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=36.46%
G=34.81%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66635200.050.210.7447.1411.8623.14
Hex423F3405154A2fc17
Octal10277640525112571427
Binary10000101111111101000101101011001010101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,52); }

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

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

 a { background-color: rgb(66,63,52); }

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

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

 span { border-color: rgb(66,63,52); }

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