#3D372C

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

Shades of Birch #3D372C

Tints of Birch #3D372C

Color information

#3D372C (or 0x3D372C) is unknown color: approx Birch. HEX triplet: 3D, 37 and 2C. RGB value is (61,55,44). Sum of RGB (Red+Green+Blue) = 61+55+44=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 61 - color contains mainly: red. Hex color #3D372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D372C is #C2C8D3. Grayscale: #373737. Windows color (decimal): -12765396 or 2897725. OLE color: 2897725.

HSL color Cylindrical-coordinate representation of color #3D372C: hue angle of 38.82º 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 #3D372C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB615544-
CMYK00.100.280.76
HSL38.82º16.19%20.59%-
HSV(B)38.82º27.87%23.92%-
XYZ3.753.912.94-
YUV55.54121.49131.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=38.12%
G=34.38%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61554400.100.280.7638.8216.1920.59
Hex3D372C0A1C4C271015
Octal75675401234114472025
Binary111101110111101100010101110010011001001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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