#423D2F

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

Shades of Woodrush #423D2F

Tints of Woodrush #423D2F

Color information

#423D2F (or 0x423D2F) is unknown color: approx Woodrush. HEX triplet: 42, 3D and 2F. RGB value is (66,61,47). Sum of RGB (Red+Green+Blue) = 66+61+47=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D2F is #BDC2D0. Grayscale: #3C3C3C. Windows color (decimal): -12436177 or 3095874. OLE color: 3095874.

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

Color convert

RGB666147-
CMYK00.080.290.74
HSL44.21º16.81%22.16%-
HSV(B)44.21º28.79%25.88%-
XYZ4.434.73.36-
YUV60.9120.16131.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=37.93%
G=35.06%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66614700.080.290.7444.2116.8122.16
Hex423D2F081D4A2c1116
Octal102755701035112542126
Binary1000010111101101111010001110110010101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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