#3D382E

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

Shades of Birch #3D382E

Tints of Birch #3D382E

Color information

#3D382E (or 0x3D382E) is unknown color: approx Birch. HEX triplet: 3D, 38 and 2E. RGB value is (61,56,46). Sum of RGB (Red+Green+Blue) = 61+56+46=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D382E is #C2C7D1. Grayscale: #383838. Windows color (decimal): -12765138 or 3029053. OLE color: 3029053.

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

Color convert

RGB615646-
CMYK00.080.250.76
HSL40º14.02%20.98%-
HSV(B)40º24.59%23.92%-
XYZ3.834.023.16-
YUV56.36122.16131.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=37.42%
G=34.36%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61564600.080.250.764014.0220.98
Hex3D382E08194C28e15
Octal75705601031114501625
Binary11110111100010111001000110011001100101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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