#3C372E

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

Shades of Birch #3C372E

Tints of Birch #3C372E

Color information

#3C372E (or 0x3C372E) is unknown color: approx Birch. HEX triplet: 3C, 37 and 2E. RGB value is (60,55,46). Sum of RGB (Red+Green+Blue) = 60+55+46=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C372E is #C3C8D1. Grayscale: #373737. Windows color (decimal): -12830930 or 3028796. OLE color: 3028796.

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

Color convert

RGB605546-
CMYK00.080.230.76
HSL38.57º13.21%20.78%-
HSV(B)38.57º23.33%23.53%-
XYZ3.723.893.14-
YUV55.47122.66131.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=37.27%
G=34.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60554600.080.230.7638.5713.2120.78
Hex3C372E08174C27d15
Octal74675601027114471525
Binary11110011011110111001000101111001100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,46); }

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

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

 a { background-color: rgb(60,55,46); }

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

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

 span { border-color: rgb(60,55,46); }

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