#3D3A27

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

Shades of Woodrush #3D3A27

Tints of Woodrush #3D3A27

Color information

#3D3A27 (or 0x3D3A27) is unknown color: approx Woodrush. HEX triplet: 3D, 3A and 27. RGB value is (61,58,39). Sum of RGB (Red+Green+Blue) = 61+58+39=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A27 is #C2C5D8. Grayscale: #383838. Windows color (decimal): -12764633 or 2570813. OLE color: 2570813.

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

Color convert

RGB615839-
CMYK00.050.360.76
HSL51.82º22%19.61%-
HSV(B)51.82º36.07%23.92%-
XYZ3.84.162.52-
YUV56.73117.99131.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.61%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=38.61%
G=36.71%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61583900.050.360.7651.822219.61
Hex3D3A2705244C341614
Octal7572470544114642624
Binary111101111010100111010110010010011001101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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