Html Css Color HEX #3C372E Birch

📋 copy color: '#3C372E'

red 60 ◦ green 55 ◦ blue 46

#3C372E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Birch #3C372E

Tints of Birch #3C372E

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 value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3C372E (or 0x3C372E) is known color: 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

RGB 60 55 46 -
CMYK 0 0.08 0.23 0.76
HSL 38.57º 0.13% 0.21% -
HSV(B) 38.57º 0.23% 0.24% -
XYZ 3.72 3.89 3.14 -
YUV 55.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 60 55 46 0 0.08 0.23 0.76 38.57 0.13 0.21
Hex 3C 37 2E 0 8 17 4C 27 D 15
Octal 74 67 56 0 10 27 114 47 15 25
Binary 111100 110111 101110 0 1000 10111 1001100 100111 1101 10101

Color Harmonies of #3C372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C372E

Black with #3C372E

Text Example


Text Example

White with #3C372E

Text Example


Text Example

HTML Codes & Css Web 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>