#3D3725

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

Shades of Birch #3D3725

Tints of Birch #3D3725

Color information

#3D3725 (or 0x3D3725) is unknown color: approx Birch. HEX triplet: 3D, 37 and 25. RGB value is (61,55,37). Sum of RGB (Red+Green+Blue) = 61+55+37=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3725 is #C2C8DA. Grayscale: #363636. Windows color (decimal): -12765403 or 2438973. OLE color: 2438973.

HSL color Cylindrical-coordinate representation of color #3D3725: hue angle of 45º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3725 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.76.

Color convert

RGB615537-
CMYK00.100.390.76
HSL45º24.49%19.22%-
HSV(B)45º39.34%23.92%-
XYZ3.623.862.3-
YUV54.74117.99132.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.87%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=39.87%
G=35.95%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61553700.100.390.764524.4919.22
Hex3D37250A274C2d1813
Octal75674501247114553023
Binary1111011101111001010101010011110011001011011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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