#3D382D

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

Shades of Birch #3D382D

Tints of Birch #3D382D

Color information

#3D382D (or 0x3D382D) is unknown color: approx Birch. HEX triplet: 3D, 38 and 2D. RGB value is (61,56,45). Sum of RGB (Red+Green+Blue) = 61+56+45=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 61 - color contains mainly: red. Hex color #3D382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D382D is #C2C7D2. Grayscale: #383838. Windows color (decimal): -12765139 or 2963517. OLE color: 2963517.

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

Color convert

RGB615645-
CMYK00.080.260.76
HSL41.25º15.09%20.78%-
HSV(B)41.25º26.23%23.92%-
XYZ3.814.013.06-
YUV56.24121.66131.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.65%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=37.65%
G=34.57%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61564500.080.260.7641.2515.0920.78
Hex3D382D081A4C29f15
Octal75705501032114511725
Binary11110111100010110101000110101001100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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