#3D3625

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

Shades of Birch #3D3625

Tints of Birch #3D3625

Color information

#3D3625 (or 0x3D3625) is unknown color: approx Birch. HEX triplet: 3D, 36 and 25. RGB value is (61,54,37). Sum of RGB (Red+Green+Blue) = 61+54+37=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3625 is #C2C9DA. Grayscale: #363636. Windows color (decimal): -12765659 or 2438717. OLE color: 2438717.

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

Color convert

RGB615437-
CMYK00.110.390.76
HSL42.5º24.49%19.22%-
HSV(B)42.5º39.34%23.92%-
XYZ3.583.762.29-
YUV54.16118.32132.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=40.13%
G=35.53%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61543700.110.390.7642.524.4919.22
Hex3D36250B274C2a1813
Octal75664501347114523023
Binary1111011101101001010101110011110011001010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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