#3D3C38

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

Shades of Woodrush #3D3C38

Tints of Woodrush #3D3C38

Color information

#3D3C38 (or 0x3D3C38) is unknown color: approx Woodrush. HEX triplet: 3D, 3C and 38. RGB value is (61,60,56). Sum of RGB (Red+Green+Blue) = 61+60+56=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C38 is #C2C3C7. Grayscale: #3B3B3B. Windows color (decimal): -12764104 or 3685437. OLE color: 3685437.

HSL color Cylindrical-coordinate representation of color #3D3C38: hue angle of 48º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3D3C38 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB616056-
CMYK00.020.080.76
HSL48º4.27%22.94%-
HSV(B)48º8.2%23.92%-
XYZ4.254.514.39-
YUV59.84125.83128.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.46%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=34.46%
G=33.90%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61605600.020.080.76484.2722.94
Hex3D3C380284C30417
Octal757470021011460427
Binary1111011111001110000101000100110011000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D3C38; }

 p { color: rgb(61,60,56); }

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

<style>
 a { background-color: #3D3C38; }

 a { background-color: rgb(61,60,56); }

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

<style>
 span { border-color: #3D3C38; }

 span { border-color: rgb(61,60,56); }

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