#423F2F

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

Shades of Woodrush #423F2F

Tints of Woodrush #423F2F

Color information

#423F2F (or 0x423F2F) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 2F. RGB value is (66,63,47). Sum of RGB (Red+Green+Blue) = 66+63+47=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 66 - color contains mainly: red. Hex color #423F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F2F is #BDC0D0. Grayscale: #3E3E3E. Windows color (decimal): -12435665 or 3096386. OLE color: 3096386.

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

Color convert

RGB666347-
CMYK00.050.290.74
HSL50.53º16.81%22.16%-
HSV(B)50.53º28.79%25.88%-
XYZ4.544.923.4-
YUV62.07119.49130.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=37.5%
G=35.80%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66634700.050.290.7450.5316.8122.16
Hex423F2F051D4A331116
Octal10277570535112632126
Binary100001011111110111101011110110010101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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