#3D3A2C

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

Shades of Woodrush #3D3A2C

Tints of Woodrush #3D3A2C

Color information

#3D3A2C (or 0x3D3A2C) is unknown color: approx Woodrush. HEX triplet: 3D, 3A and 2C. RGB value is (61,58,44). Sum of RGB (Red+Green+Blue) = 61+58+44=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A2C is #C2C5D3. Grayscale: #393939. Windows color (decimal): -12764628 or 2898493. OLE color: 2898493.

HSL color Cylindrical-coordinate representation of color #3D3A2C: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D3A2C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB615844-
CMYK00.050.280.76
HSL49.41º16.19%20.59%-
HSV(B)49.41º27.87%23.92%-
XYZ3.894.22.99-
YUV57.3120.49130.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=37.42%
G=35.58%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61584400.050.280.7649.4116.1920.59
Hex3D3A2C051C4C311015
Octal7572540534114612025
Binary11110111101010110001011110010011001100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,58,44); }

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

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

 a { background-color: rgb(61,58,44); }

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

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

 span { border-color: rgb(61,58,44); }

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